mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +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:
@@ -93,7 +93,7 @@
|
||||
|
||||
.cur-view-path {
|
||||
padding: 8px 16px;
|
||||
max-height: 48px;
|
||||
height: 48px;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@@ -550,12 +550,17 @@ a, a:hover { color: #ec8000; }
|
||||
color: #8A948F;
|
||||
font-weight: normal;
|
||||
transition: none;
|
||||
border-bottom: 0.125rem solid transparent;
|
||||
}
|
||||
|
||||
.cur-view-path .nav .nav-item .nav-link {
|
||||
padding: 11px 0;
|
||||
}
|
||||
|
||||
.nav .nav-item .nav-link.active {
|
||||
color: #eb8205;
|
||||
text-decoration: none;
|
||||
border-bottom: 0.125rem solid #eb8205;
|
||||
border-bottom-color: #eb8205;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user