mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
🎨
This commit is contained in:
parent
0f28713404
commit
eb0a944e0e
1 changed files with 3 additions and 2 deletions
|
@ -79,7 +79,8 @@ root(isDark)
|
||||||
> .content
|
> .content
|
||||||
|
|
||||||
> .balloon
|
> .balloon
|
||||||
display block
|
display flex
|
||||||
|
align-items center
|
||||||
padding 0
|
padding 0
|
||||||
max-width calc(100% - 16px)
|
max-width calc(100% - 16px)
|
||||||
min-height 38px
|
min-height 38px
|
||||||
|
@ -254,7 +255,7 @@ root(isDark)
|
||||||
font-size 11px
|
font-size 11px
|
||||||
|
|
||||||
&[data-is-deleted]
|
&[data-is-deleted]
|
||||||
> .baloon
|
> .balloon
|
||||||
opacity 0.5
|
opacity 0.5
|
||||||
|
|
||||||
.message[data-darkmode]
|
.message[data-darkmode]
|
||||||
|
|
Loading…
Add table
Reference in a new issue