diff options
author | silverwind <me@silverwind.io> | 2018-09-27 22:58:38 +0200 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-09-27 16:58:38 -0400 |
commit | 31d54880598beb7fdc9832147521063292ae9c0c (patch) | |
tree | fc5b89ed17a75586826588f39c6f8b9ca2d7d515 /public/less | |
parent | 39735723f542947b8f067b39f7b4415d0282d2dc (diff) | |
download | gitea-31d54880598beb7fdc9832147521063292ae9c0c.tar.gz gitea-31d54880598beb7fdc9832147521063292ae9c0c.zip |
Fix user menu item styling (#4985)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index fcdf11d3b8..6777d3452b 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -415,6 +415,11 @@ pre, code { } } +.user-menu > .item { + width: 100%; + border-radius: 0 !important; +} + .scrolling.menu { .item.selected { font-weight: 700 !important; |