mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-02-16 15:10:11 -05:00
[ux] fix user list vertical centering
This commit is contained in:
parent
0edbc24abb
commit
47fd66ae7a
@ -70,6 +70,7 @@
|
||||
.wrap
|
||||
display: table-cell
|
||||
vertical-align: middle
|
||||
padding-left: 40px
|
||||
|
||||
.unread:not(:empty)
|
||||
display: block
|
||||
@ -153,9 +154,9 @@
|
||||
noselect()
|
||||
|
||||
.user
|
||||
margin-left: 40px
|
||||
color: white
|
||||
width: 70%
|
||||
line-height: 100%
|
||||
|
||||
.name
|
||||
display: inline-block
|
||||
@ -168,7 +169,6 @@
|
||||
font-weight: 400
|
||||
line-height: 12px
|
||||
margin: 0
|
||||
margin-left: 40px
|
||||
|
||||
.unread
|
||||
display: none
|
||||
|
@ -395,6 +395,7 @@ h3 {
|
||||
#bookmarks li .wrap {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding-left: 40px;
|
||||
}
|
||||
#roster li .unread:not(:empty),
|
||||
#bookmarks li .unread:not(:empty) {
|
||||
@ -521,9 +522,9 @@ h3 {
|
||||
}
|
||||
#roster li .user,
|
||||
#bookmarks li .user {
|
||||
margin-left: 40px;
|
||||
color: #fff;
|
||||
width: 70%;
|
||||
line-height: 100%;
|
||||
}
|
||||
#roster li .name,
|
||||
#bookmarks li .name {
|
||||
@ -538,7 +539,6 @@ h3 {
|
||||
font-weight: 400;
|
||||
line-height: 12px;
|
||||
margin: 0;
|
||||
margin-left: 40px;
|
||||
}
|
||||
#roster li .unread,
|
||||
#bookmarks li .unread {
|
||||
|
Loading…
Reference in New Issue
Block a user