mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-02-17 23:50:16 -05:00
[ux] increase widths to fit all info in roster
This commit is contained in:
parent
c79ff5ecb0
commit
a268274ff7
@ -20,7 +20,7 @@ h3
|
|||||||
position: absolute
|
position: absolute
|
||||||
top: 0px
|
top: 0px
|
||||||
right: 0px
|
right: 0px
|
||||||
left: 181px
|
left: 201px
|
||||||
height: 100%
|
height: 100%
|
||||||
borderbox()
|
borderbox()
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
top: 0px
|
top: 0px
|
||||||
bottom: 0px
|
bottom: 0px
|
||||||
left: 0px
|
left: 0px
|
||||||
width: 180px
|
width: 200px
|
||||||
background-color: $sidebarBg
|
background-color: $sidebarBg
|
||||||
z-index: 300
|
z-index: 300
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
a
|
a
|
||||||
position: relative
|
position: relative
|
||||||
width: 130px
|
width: 150px
|
||||||
|
|
||||||
.button
|
.button
|
||||||
background: $sidebarActive
|
background: $sidebarActive
|
||||||
@ -173,8 +173,9 @@
|
|||||||
text-align: center
|
text-align: center
|
||||||
background: rgba(0, 174, 239, .8)
|
background: rgba(0, 174, 239, .8)
|
||||||
|
|
||||||
.idle
|
.idleTime
|
||||||
font-size: 10px
|
font-size: 10px
|
||||||
|
color: darken($textSecondary, 50%)
|
||||||
|
|
||||||
@keyframes pulsate
|
@keyframes pulsate
|
||||||
0%
|
0%
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
.uploadRegion {
|
|
||||||
-moz-border-radius: 10px;
|
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
-khtml-border-radius: 10px;
|
|
||||||
-o-border-radius: 10px;
|
|
||||||
-border-radius: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
border: 1px dashed #777;
|
|
||||||
}
|
|
@ -268,7 +268,7 @@ h3 {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
left: 181px;
|
left: 201px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
@ -321,7 +321,7 @@ h3 {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 180px;
|
width: 200px;
|
||||||
background-color: #0b1316;
|
background-color: #0b1316;
|
||||||
z-index: 300;
|
z-index: 300;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
@ -354,7 +354,7 @@ h3 {
|
|||||||
}
|
}
|
||||||
#menu .main li a {
|
#menu .main li a {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 130px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
#menu .main li .button {
|
#menu .main li .button {
|
||||||
background: #1f2d49;
|
background: #1f2d49;
|
||||||
@ -545,9 +545,10 @@ h3 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background: rgba(0,174,239,0.8);
|
background: rgba(0,174,239,0.8);
|
||||||
}
|
}
|
||||||
#roster li .idle,
|
#roster li .idleTime,
|
||||||
#bookmarks li .idle {
|
#bookmarks li .idleTime {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
color: #5c5c5c;
|
||||||
}
|
}
|
||||||
@-moz-keyframes pulsate {
|
@-moz-keyframes pulsate {
|
||||||
0% {
|
0% {
|
||||||
|
Loading…
Reference in New Issue
Block a user