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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user