diff options
author | Kimsible <kimsible@users.noreply.github.com> | 2021-07-22 15:19:39 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-07-23 15:23:22 +0200 |
commit | c1936140b9b61f44f53d05c7ef55cb5701a3f4e7 (patch) | |
tree | e3e92c475d04e0233c510b7e9304dac8b191eaa0 /client | |
parent | 435990290a61ca6fdb679e6b076ef9157b89a6ce (diff) | |
download | PeerTube-c1936140b9b61f44f53d05c7ef55cb5701a3f4e7.tar.gz PeerTube-c1936140b9b61f44f53d05c7ef55cb5701a3f4e7.tar.zst PeerTube-c1936140b9b61f44f53d05c7ef55cb5701a3f4e7.zip |
Fix user-dropdown-indicator position on touchscreens
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index aad7fd5da..f0919ed28 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -114,8 +114,8 @@ my-notification { | |||
114 | display: inherit !important; | 114 | display: inherit !important; |
115 | } | 115 | } |
116 | 116 | ||
117 | .dropdown-toggle:first-child { | 117 | .dropdown-toggle { |
118 | @include padding-left(30px !important); | 118 | max-width: 88% !important; |
119 | } | 119 | } |
120 | } | 120 | } |
121 | } | 121 | } |