]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix notification icon position
authorChocobozzz <me@florianbigard.com>
Mon, 31 Dec 2018 12:06:11 +0000 (13:06 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 9 Jan 2019 10:15:15 +0000 (11:15 +0100)
client/src/app/app.component.scss
client/src/sass/primeng-custom.scss

index b51a81eb1e41abb0f27ca9d8662a5a4319457792..881f3ff318fa4f3e8ab94930ec313f3adf7fe3bb 100644 (file)
@@ -91,8 +91,3 @@ footer {
   height: $footer-height;
   justify-content: center;
 }
-
-simple-notifications {
-  position: relative;
-  z-index: 1500;
-}
index 8b3e0b81361c100af4565ff4858561673ba1ba19..05db2a2cb71ab668eb22cd9cfdd9a2c4749c319b 100644 (file)
@@ -328,6 +328,8 @@ p-toast {
       display: flex;
 
       .message {
+        flex-grow: 1;
+
         h3 {
           font-size: 21px;
         }