mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +00:00
fix nav tabs margin and indicator, animate notification tabs (#8024)
Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -356,14 +356,19 @@ img[src=""],img:not([src]) { /* for first loading img*/
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.nav-indicator-container .nav-item {
|
||||
min-width: fit-content;
|
||||
}
|
||||
|
||||
.nav-indicator-container .nav-item .nav-link {
|
||||
border: none;
|
||||
min-width: fit-content;
|
||||
}
|
||||
|
||||
.nav-indicator-container::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: -2px;
|
||||
height: 2px;
|
||||
width: var(--indicator-width);
|
||||
background: #ED7109;
|
||||
|
Reference in New Issue
Block a user