forked from rDrama/rDrama
1
0
Fork 0

minor css fix

master
Aevann1 2022-11-26 06:07:26 +02:00
parent cdbb98f8f3
commit d8bf2cf702
1 changed files with 7 additions and 0 deletions

View File

@ -6384,3 +6384,10 @@ div.markdown {
object-fit: cover;
max-height: min(42vh,30vw) !important;
}
@media (max-width: 768px) {
#twitter-widget-0 {
max-height: 50vh;
overflow: scroll;
}
}