make emoji-modal and award-modal 90% width on desktop insttead of 80%

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-07 01:41:18 +02:00
parent 4d15d76dfa
commit c89df37af8
1 changed files with 3 additions and 0 deletions

View File

@ -6301,4 +6301,7 @@ div.markdown {
width: 50px;
height: 50px;
}
.emoji-modal, .awardmodal {
max-width: 90% !important
}
}