minor css change

pull/83/head
Aevann 2023-01-01 10:03:51 +02:00
parent eff0f3e286
commit 83193bc4df
1 changed files with 4 additions and 1 deletions

View File

@ -6233,9 +6233,12 @@ div.markdown {
width: 50px;
height: 50px;
}
.emoji-modal, .awardmodal {
.emoji-modal {
max-width: 90% !important
}
.awardmodal {
max-width: min(90%, 1200px) !important
}
}
.d-block {