diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-17 20:48:50 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-17 20:48:50 +0100 |
commit | bfc75aaa4722f7936f049dce7010a1bbce9066c7 (patch) | |
tree | 45a557b566245c5309cf02958933cc6d22f633c6 /client/src/app/menu | |
parent | 82479cf13f27a1c59128ea8c0efb9d529c5ab112 (diff) | |
download | PeerTube-bfc75aaa4722f7936f049dce7010a1bbce9066c7.tar.gz PeerTube-bfc75aaa4722f7936f049dce7010a1bbce9066c7.tar.zst PeerTube-bfc75aaa4722f7936f049dce7010a1bbce9066c7.zip |
adjust logged-in-block width to fill space
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 6a49866b1..2ea66e57d 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -94,6 +94,7 @@ menu { | |||
94 | .logged-in-more { | 94 | .logged-in-more { |
95 | $main-radius: 25px; | 95 | $main-radius: 25px; |
96 | 96 | ||
97 | flex: 1; | ||
97 | margin-left: 13px; | 98 | margin-left: 13px; |
98 | border-radius: $main-radius; | 99 | border-radius: $main-radius; |
99 | transition: all .1s ease-in-out; | 100 | transition: all .1s ease-in-out; |
@@ -161,9 +162,10 @@ menu { | |||
161 | } | 162 | } |
162 | 163 | ||
163 | .dropdown-toggle:first-child { | 164 | .dropdown-toggle:first-child { |
164 | display: inline-flex; | 165 | display: flex; |
165 | align-items: center; | 166 | align-items: center; |
166 | padding: 5px 7px; | 167 | padding: 5px 7px; |
168 | border-radius: $main-radius; | ||
167 | } | 169 | } |
168 | 170 | ||
169 | img { | 171 | img { |