forked from FoundKeyGang/FoundKey
[Client] Fix design
This commit is contained in:
parent
ea37f44cfe
commit
de7a4382af
1 changed files with 10 additions and 0 deletions
|
@ -205,6 +205,11 @@
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
padding 20px 30px
|
padding 20px 30px
|
||||||
|
|
||||||
|
&:after
|
||||||
|
content ""
|
||||||
|
display block
|
||||||
|
clear both
|
||||||
|
|
||||||
> header
|
> header
|
||||||
margin-bottom 2px
|
margin-bottom 2px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
|
@ -277,6 +282,11 @@
|
||||||
|
|
||||||
> .history
|
> .history
|
||||||
> a
|
> a
|
||||||
|
&:not([data-is-me]):not([data-is-read])
|
||||||
|
> div
|
||||||
|
background-image none
|
||||||
|
border-left solid 4px #3aa2dc
|
||||||
|
|
||||||
> div
|
> div
|
||||||
padding 16px
|
padding 16px
|
||||||
font-size 14px
|
font-size 14px
|
||||||
|
|
Loading…
Reference in a new issue