mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 18:52:20 -05:00
[ux] unbreak the header alignment and username length
This commit is contained in:
parent
fe1220d76f
commit
e9f8e5efc6
@ -21,7 +21,7 @@
|
||||
border-bottom: 2px solid $grayOutline
|
||||
position: fixed
|
||||
right: 0px
|
||||
left: 181px
|
||||
left: 201px
|
||||
z-index: 10
|
||||
borderbox()
|
||||
background: $grayBackground
|
||||
|
@ -126,7 +126,7 @@
|
||||
padding-right: 15px
|
||||
.name
|
||||
color: $textSecondary
|
||||
width: 60%
|
||||
max-width: 60%
|
||||
|
||||
.user
|
||||
width: 95%
|
||||
|
@ -476,7 +476,7 @@ h3 {
|
||||
#roster li.idle .name,
|
||||
#bookmarks li.idle .name {
|
||||
color: #b7b7b7;
|
||||
width: 60%;
|
||||
max-width: 60%;
|
||||
}
|
||||
#roster li.idle .user,
|
||||
#bookmarks li.idle .user {
|
||||
@ -652,7 +652,7 @@ h3 {
|
||||
border-bottom: 2px solid #e4e4e4;
|
||||
position: fixed;
|
||||
right: 0px;
|
||||
left: 181px;
|
||||
left: 201px;
|
||||
z-index: 10;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user