1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 08:06:56 +00:00

optimize notification ui (#8074)

* optimize notification ui

* optimize

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-07-23 16:41:53 +08:00
committed by GitHub
parent 982c3a771f
commit 7e746d3269
3 changed files with 8 additions and 8 deletions

View File

@@ -35,17 +35,17 @@
#notifications .num {
position: absolute;
top: -3px;
left: 12px;
left: 18px;
padding: 0 2px;
min-width: 16px;
height: 16px;
min-width: 14px;
height: 14px;
color: #fff;
font-size: 9px;
line-height: 16px;
line-height: 14px;
text-align: center;
background: #fc6440;
border-radius: 100%;
border-radius: 7px;
z-index: 1;
}
#notice-popover {