mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-26 03:02:25 -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
|
border-bottom: 2px solid $grayOutline
|
||||||
position: fixed
|
position: fixed
|
||||||
right: 0px
|
right: 0px
|
||||||
left: 181px
|
left: 201px
|
||||||
z-index: 10
|
z-index: 10
|
||||||
borderbox()
|
borderbox()
|
||||||
background: $grayBackground
|
background: $grayBackground
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
padding-right: 15px
|
padding-right: 15px
|
||||||
.name
|
.name
|
||||||
color: $textSecondary
|
color: $textSecondary
|
||||||
width: 60%
|
max-width: 60%
|
||||||
|
|
||||||
.user
|
.user
|
||||||
width: 95%
|
width: 95%
|
||||||
|
@ -476,7 +476,7 @@ h3 {
|
|||||||
#roster li.idle .name,
|
#roster li.idle .name,
|
||||||
#bookmarks li.idle .name {
|
#bookmarks li.idle .name {
|
||||||
color: #b7b7b7;
|
color: #b7b7b7;
|
||||||
width: 60%;
|
max-width: 60%;
|
||||||
}
|
}
|
||||||
#roster li.idle .user,
|
#roster li.idle .user,
|
||||||
#bookmarks li.idle .user {
|
#bookmarks li.idle .user {
|
||||||
@ -652,7 +652,7 @@ h3 {
|
|||||||
border-bottom: 2px solid #e4e4e4;
|
border-bottom: 2px solid #e4e4e4;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
left: 181px;
|
left: 201px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user