mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
wip
This commit is contained in:
parent
3d2083d166
commit
a0c7817130
2 changed files with 4 additions and 2 deletions
|
@ -30,7 +30,7 @@ export default Vue.extend({
|
|||
|
||||
root(isDark)
|
||||
flex 1
|
||||
max-width 330px
|
||||
min-width 330px
|
||||
height 100%
|
||||
margin-right 16px
|
||||
background isDark ? #282C37 : #fff
|
||||
|
@ -49,6 +49,7 @@ root(isDark)
|
|||
> div
|
||||
height calc(100% - 48px)
|
||||
overflow auto
|
||||
overflow-x hidden
|
||||
|
||||
.dnpfarvgbnfmyzbdquhhzyxcmstpdqzs[data-darkmode]
|
||||
root(true)
|
||||
|
|
|
@ -31,7 +31,8 @@ export default Vue.extend({
|
|||
root(isDark)
|
||||
display flex
|
||||
flex 1
|
||||
padding 16px
|
||||
padding 16px 0 16px 16px
|
||||
overflow auto
|
||||
|
||||
.qlvquzbjribqcaozciifydkngcwtyzje[data-darkmode]
|
||||
root(true)
|
||||
|
|
Loading…
Add table
Reference in a new issue