1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

[page toolbar] '.cur-view-path': set the height of the heading/path bar in each page to be 48px; improved UI of the nav links (#6225)

This commit is contained in:
llj
2024-06-18 18:19:24 +08:00
committed by GitHub
parent 0da5d30442
commit 109a6d29fe
2 changed files with 7 additions and 2 deletions

View File

@@ -93,7 +93,7 @@
.cur-view-path {
padding: 8px 16px;
max-height: 48px;
height: 48px;
background: #fff;
display: flex;
align-items: center;