mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
change flex-shrink of .username to 2147483647
This commit is contained in:
parent
03c0316bf2
commit
a887bf07f7
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ root(isDark)
|
|||
overflow hidden
|
||||
text-overflow ellipsis
|
||||
color isDark ? #606984 : #ccc
|
||||
flex-shrink 10000
|
||||
flex-shrink 2147483647
|
||||
|
||||
> .info
|
||||
margin-left auto
|
||||
|
|
Loading…
Reference in a new issue