forked from rDrama/rDrama
1
0
Fork 0

fix weird overflow

master
Aevann 2023-08-04 20:03:02 +03:00
parent 736978fe78
commit 3c4abccaa6
1 changed files with 6 additions and 0 deletions

View File

@ -7623,3 +7623,9 @@ body {
.toggle-reply-mobile > i {
margin-top: 0.35rem !important;
}
@media (max-width: 768px) {
.report {
max-width: 70vw;
}
}