mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
✌️
This commit is contained in:
parent
17c72836f2
commit
cbcf89542a
1 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@ root(isDark)
|
|||
|
||||
> .name
|
||||
display block
|
||||
flex-shrink 0
|
||||
margin 0 .5em 0 0
|
||||
padding 0
|
||||
overflow hidden
|
||||
|
@ -72,6 +73,7 @@ root(isDark)
|
|||
> .is-admin
|
||||
> .is-bot
|
||||
> .is-cat
|
||||
flex-shrink 0
|
||||
align-self center
|
||||
margin 0 .5em 0 0
|
||||
padding 1px 6px
|
||||
|
@ -85,7 +87,6 @@ root(isDark)
|
|||
color isDark ? #d42c41 : #f56a7b
|
||||
|
||||
> .username
|
||||
flex-shrink 10000
|
||||
margin 0 .5em 0 0
|
||||
overflow hidden
|
||||
text-overflow ellipsis
|
||||
|
|
Loading…
Reference in a new issue