]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix user-dropdown-indicator position on touchscreens
authorKimsible <kimsible@users.noreply.github.com>
Thu, 22 Jul 2021 13:19:39 +0000 (15:19 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 23 Jul 2021 13:23:22 +0000 (15:23 +0200)
client/src/app/menu/menu.component.scss

index aad7fd5daa4f1b4cf4b3343bd354e5d4459a14b9..f0919ed289d1930ec8eeb743948e74254a4e17e6 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;
       }
     }
   }