mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 17:22:22 -05:00
[ux] fix status alignment
This commit is contained in:
parent
949e217fd2
commit
19784fed26
@ -146,12 +146,13 @@
|
||||
.status
|
||||
color: $textSecondary
|
||||
font-size: 10px
|
||||
font-weight: 400
|
||||
line-height: 12px
|
||||
margin: 0
|
||||
margin-left: 30px
|
||||
margin-left: 40px
|
||||
|
||||
&:not(:empty)
|
||||
margin-top: -2px
|
||||
margin-top: -8px
|
||||
|
||||
.unread
|
||||
display: none
|
||||
|
@ -503,13 +503,14 @@ h3 {
|
||||
#bookmarks li .status {
|
||||
color: #b7b7b7;
|
||||
font-size: 10px;
|
||||
font-weight: 400;
|
||||
line-height: 12px;
|
||||
margin: 0;
|
||||
margin-left: 30px;
|
||||
margin-left: 40px;
|
||||
}
|
||||
#roster li .status:not(:empty),
|
||||
#bookmarks li .status:not(:empty) {
|
||||
margin-top: -2px;
|
||||
margin-top: -8px;
|
||||
}
|
||||
#roster li .unread,
|
||||
#bookmarks li .unread {
|
||||
|
Loading…
Reference in New Issue
Block a user