diff options
author | silverwind <me@silverwind.io> | 2023-06-20 22:35:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 20:35:25 +0000 |
commit | e50c3e8431972a41fc9792939956c3281b1b4810 (patch) | |
tree | a96591babff24e625fecd81aad931b5bb6fc4556 /web_src/css/index.css | |
parent | 54259dbf37f4a7f7d8865755484cbcad1c9ea8c0 (diff) | |
download | gitea-e50c3e8431972a41fc9792939956c3281b1b4810.tar.gz gitea-e50c3e8431972a41fc9792939956c3281b1b4810.zip |
Navbar styling rework (#25343)
- Extract navbar CSS to own file
- Reduce height from 52px to 50px
- Give every item a hover effect of of 36px, including the logo and on
mobile
- Consistent horizontal padding of 10px left and right
<img width="549" alt="Screenshot 2023-06-18 at 13 41 16"
src="https://github.com/go-gitea/gitea/assets/115237/0b00d101-253e-4b1f-9ee2-322d60fb2e26">
<img width="98" alt="Screenshot 2023-06-18 at 14 03 43"
src="https://github.com/go-gitea/gitea/assets/115237/4ef5d98b-4d1e-45de-822e-c2c844e19876">
<img width="234" alt="Screenshot 2023-06-18 at 14 03 18"
src="https://github.com/go-gitea/gitea/assets/115237/a4d9b04b-83de-42aa-a9ce-f010a9690688">
<img width="873" alt="Screenshot 2023-06-18 at 13 58 28"
src="https://github.com/go-gitea/gitea/assets/115237/8cb8e31e-2adf-40c8-ae3f-d00d011b4d1b">
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'web_src/css/index.css')
-rw-r--r-- | web_src/css/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/css/index.css b/web_src/css/index.css index 125249ceab..21ae4c1b1f 100644 --- a/web_src/css/index.css +++ b/web_src/css/index.css @@ -7,6 +7,7 @@ @import "./modules/breadcrumb.css"; @import "./modules/card.css"; @import "./modules/comment.css"; +@import "./modules/navbar.css"; @import "./shared/issuelist.css"; @import "./shared/milestone.css"; |