]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/menu.component.scss
Use bootstrap loader
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / menu.component.scss
index aad7fd5daa4f1b4cf4b3343bd354e5d4459a14b9..808a33a4aff953ed1343c70dfd04c35318fd26b3 100644 (file)
@@ -114,8 +114,8 @@ my-notification {
         display: inherit !important;
       }
 
-      .dropdown-toggle:first-child {
-        @include padding-left(30px !important);
+      .dropdown-toggle {
+        max-width: 88% !important;
       }
     }
   }
@@ -344,6 +344,11 @@ my-actor-avatar {
 
 .dropdown-menu {
   width: calc(100% + 40px);
+
+  // Prevent weird display issue on firefox when global style is not loaded yet
+  &:not(.show) {
+    display: none;
+  }
 }
 
 .dropdown-item {