limit expanded image width on desktop to 80%

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-29 12:27:11 +02:00
parent 94f0789827
commit 76921ac740
1 changed files with 6 additions and 0 deletions

View File

@ -6287,3 +6287,9 @@ div.markdown {
.bug {
pointer-events: none !important;
}
@media (min-width: 768px) {
#desktop-expanded-image {
max-width: 80% !important;
}
}