minor css modification

pull/83/head
Aevann 2023-01-01 10:17:10 +02:00
parent cabc0d3603
commit 1aec0ab8d1
1 changed files with 7 additions and 4 deletions

View File

@ -6233,11 +6233,8 @@ div.markdown {
width: 50px;
height: 50px;
}
.emoji-modal {
.emoji-modal, .awardmodal {
max-width: 90% !important
}
.awardmodal {
max-width: min(90%, 1200px) !important
}
}
@ -6567,3 +6564,9 @@ body > .container {
font-size: 0.8rem;
}
}
@media (min-width: 1700px) {
.awardmodal {
max-width: min(90%, 1200px) !important
}
}