This commit is contained in:
Mirco Wittrien 2020-05-11 21:09:59 +02:00
parent 6f2c4be639
commit 079f87cf79
2 changed files with 5 additions and 2 deletions

View File

@ -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);

View File

@ -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;