1
0
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:
Aries
2025-07-09 15:30:02 +08:00
committed by GitHub
parent f9a9a45ec4
commit 382213eda2
14 changed files with 114 additions and 104 deletions

View File

@@ -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;