This commit is contained in:
parent
41a9100477
commit
7873905cde
|
@ -277,7 +277,8 @@ root(isDark)
|
||||||
list-style none
|
list-style none
|
||||||
|
|
||||||
> li
|
> li
|
||||||
display block
|
display flex
|
||||||
|
align-items center
|
||||||
padding 4px 12px
|
padding 4px 12px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
overflow hidden
|
overflow hidden
|
||||||
|
@ -288,6 +289,10 @@ root(isDark)
|
||||||
&, *
|
&, *
|
||||||
user-select none
|
user-select none
|
||||||
|
|
||||||
|
*
|
||||||
|
overflow hidden
|
||||||
|
text-overflow ellipsis
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background isDark ? rgba(#fff, 0.1) : rgba(#000, 0.1)
|
background isDark ? rgba(#fff, 0.1) : rgba(#000, 0.1)
|
||||||
|
|
||||||
|
@ -306,7 +311,6 @@ root(isDark)
|
||||||
> .users > li
|
> .users > li
|
||||||
|
|
||||||
.avatar
|
.avatar
|
||||||
vertical-align middle
|
|
||||||
min-width 28px
|
min-width 28px
|
||||||
min-height 28px
|
min-height 28px
|
||||||
max-width 28px
|
max-width 28px
|
||||||
|
@ -315,19 +319,15 @@ root(isDark)
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
|
|
||||||
.name
|
.name
|
||||||
vertical-align middle
|
|
||||||
margin 0 8px 0 0
|
margin 0 8px 0 0
|
||||||
color isDark ? rgba(#fff, 0.8) : rgba(#000, 0.8)
|
color isDark ? rgba(#fff, 0.8) : rgba(#000, 0.8)
|
||||||
|
|
||||||
.username
|
.username
|
||||||
vertical-align middle
|
|
||||||
color isDark ? rgba(#fff, 0.3) : rgba(#000, 0.3)
|
color isDark ? rgba(#fff, 0.3) : rgba(#000, 0.3)
|
||||||
|
|
||||||
|
|
||||||
> .hashtags > li
|
> .hashtags > li
|
||||||
|
|
||||||
.name
|
.name
|
||||||
vertical-align middle
|
|
||||||
margin 0 8px 0 0
|
margin 0 8px 0 0
|
||||||
color isDark ? rgba(#fff, 0.8) : rgba(#000, 0.8)
|
color isDark ? rgba(#fff, 0.8) : rgba(#000, 0.8)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue