mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
Styling
This commit is contained in:
parent
497ca2cf15
commit
f9dcf669da
@ -558,6 +558,7 @@ button.secondary:hover:not(:disabled) {
|
||||
left: 0px;
|
||||
width: 200px;
|
||||
background-color: #0b1316;
|
||||
border-right: 1px solid #eee;
|
||||
z-index: 300;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
@ -1052,7 +1053,8 @@ button.secondary:hover:not(:disabled) {
|
||||
padding: 0px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0px;
|
||||
bottom: 55px;
|
||||
padding-top: 75px;
|
||||
@ -1507,12 +1509,19 @@ rgba(0,0,0,0.7)
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
transition: all 0.25s;
|
||||
}
|
||||
#me .status:before {
|
||||
content: '-';
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
#me .status:empty {
|
||||
font-style: italic;
|
||||
}
|
||||
#me .status:empty:before {
|
||||
content: '- Update your status';
|
||||
}
|
||||
#me .name:focus,
|
||||
#me .status:focus {
|
||||
background-color: #fffcea;
|
||||
|
@ -173,7 +173,8 @@
|
||||
padding: 0px
|
||||
overflow-y: auto
|
||||
overflow-x: hidden
|
||||
position: fixed
|
||||
position: absolute
|
||||
width: 100%
|
||||
top: 0px
|
||||
bottom: 55px
|
||||
padding-top: 75px
|
||||
|
@ -43,11 +43,19 @@
|
||||
overflow: hidden
|
||||
text-overflow: ellipsis
|
||||
|
||||
transition: all .25s
|
||||
|
||||
&:before
|
||||
content: '-'
|
||||
padding-left: 5px
|
||||
padding-right: 5px
|
||||
|
||||
&:empty
|
||||
font-style: italic
|
||||
|
||||
&:before
|
||||
content: '- Update your status'
|
||||
|
||||
.name,
|
||||
.status
|
||||
&:focus
|
||||
|
@ -8,6 +8,7 @@
|
||||
left: 0px
|
||||
width: 200px
|
||||
background-color: $blue-saturated-darker
|
||||
border-right: 1px solid $gray-lighter
|
||||
z-index: 300
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1387562882363
|
||||
# 0.0.1 1387566998684
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user