diff options
author | silverwind <me@silverwind.io> | 2020-11-26 20:33:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 19:33:28 +0000 |
commit | b2de034278560f0fec9fc0919f1b75fa005de25c (patch) | |
tree | b44ed3733c1b45d47e8c90fceb91758fabfb788f /web_src/less/_user.less | |
parent | 03fa2eccbc6dcdaa08497201113af5f6c2ff6e6b (diff) | |
download | gitea-b2de034278560f0fec9fc0919f1b75fa005de25c.tar.gz gitea-b2de034278560f0fec9fc0919f1b75fa005de25c.zip |
CSS navbar and color tweaks (#13609)
* CSS and color tweaks
- Unify navbar-style menus
- Fix admin bar overlapping menu bar
- Fixes file edit comment box
- Fix double border on review box
- Fix review timeline icons
* Many fixes to new-menu and navbar layout enhancements
* misc settings fixes
* navbar tweak
* fix pr tabs
* branch tag and arc color tweaks
Diffstat (limited to 'web_src/less/_user.less')
-rw-r--r-- | web_src/less/_user.less | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web_src/less/_user.less b/web_src/less/_user.less index 47095dd2af..c1eb15237e 100644 --- a/web_src/less/_user.less +++ b/web_src/less/_user.less @@ -1,10 +1,6 @@ @import "variables.less"; .user { - &:not(.icon) { - padding-top: 15px; - } - &.profile { .ui.card { .header, |