]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/primeng-custom.scss
Update i18n with new player keys
[github/Chocobozzz/PeerTube.git] / client / src / sass / primeng-custom.scss
index a48f797fc6bd3957d23e704f4a0a9d9617a46a3b..e935566233e40779b25b88ff1ec8e4b5d681160a 100644 (file)
@@ -876,6 +876,7 @@ p-toast {
   .p-toast {
     width: auto;
     max-width: 300px;
+    min-width: 200px;
     z-index: z(notification) !important;
 
     .p-toast-icon-close {
@@ -924,7 +925,8 @@ p-toast {
     .notification-block {
       display: flex;
       align-items: center;
-      padding: 10px;
+      width: 100%;
+      padding: 10px 20px;
 
       .message {
         flex-grow: 1;