[Client] Fix design
This commit is contained in:
parent
81f6ca9adb
commit
b624dce0e2
2 changed files with 8 additions and 4 deletions
|
|
@ -169,7 +169,6 @@
|
||||||
|
|
||||||
> a
|
> a
|
||||||
display block
|
display block
|
||||||
padding 20px 30px
|
|
||||||
text-decoration none
|
text-decoration none
|
||||||
background #fff
|
background #fff
|
||||||
border-bottom solid 1px #eee
|
border-bottom solid 1px #eee
|
||||||
|
|
@ -192,9 +191,10 @@
|
||||||
opacity 0.8
|
opacity 0.8
|
||||||
|
|
||||||
&:not([data-is-me]):not([data-is-read])
|
&:not([data-is-me]):not([data-is-read])
|
||||||
background-image url("/_/resources/desktop/unread.svg")
|
> div
|
||||||
background-repeat no-repeat
|
background-image url("/_/resources/unread.svg")
|
||||||
background-position 0 center
|
background-repeat no-repeat
|
||||||
|
background-position 0 center
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
content ""
|
content ""
|
||||||
|
|
@ -204,6 +204,7 @@
|
||||||
> div
|
> div
|
||||||
max-width 500px
|
max-width 500px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
|
padding 20px 30px
|
||||||
|
|
||||||
> header
|
> header
|
||||||
margin-bottom 2px
|
margin-bottom 2px
|
||||||
|
|
|
||||||
BIN
src/web/resources/unread.svg
(Stored with Git LFS)
Normal file
BIN
src/web/resources/unread.svg
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue