themes
This commit is contained in:
parent
6f2c4be639
commit
079f87cf79
|
@ -3099,6 +3099,9 @@ body:before {
|
|||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc {
|
||||
width: unset;
|
||||
}
|
||||
.uploadModal-2ifh8j .inner-3nWsbo, /* modal inner */
|
||||
.uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo {
|
||||
border-color: rgba(var(--fontwhite1), 0.5);
|
||||
|
|
|
@ -76,8 +76,8 @@
|
|||
box-shadow: inset 0 1px 0 rgba(47,49,54,.6);
|
||||
}
|
||||
|
||||
#app-mount .uploadDropModal-2kTwbc {
|
||||
width: 320px;
|
||||
#app-mount .uploadModalIn-1z07Bv .uploadDropModal-2kTwbc {
|
||||
width: unset;
|
||||
}
|
||||
#app-mount .uploadDropModal-2kTwbc .bgScale-1otPtc {
|
||||
background-color: #36393F;
|
||||
|
|
Loading…
Reference in New Issue