]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/menu.component.scss
Translated using Weblate (Galician)
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / menu.component.scss
index f0919ed289d1930ec8eeb743948e74254a4e17e6..808a33a4aff953ed1343c70dfd04c35318fd26b3 100644 (file)
@@ -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 {