forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2023-06-30 20:54:31 +03:00
parent 30b4ac2272
commit af095e4bbf
1 changed files with 2 additions and 2 deletions

View File

@ -5844,14 +5844,14 @@ html {
}
.popover {
max-width: 50%;
max-width: min(50%, 500px);
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
border-color: #dadada;
}
@media (max-width: 768px) {
.popover {
max-width: 90% !important;
max-width: min(90%, 500px) !important;
}
}