forked from rDrama/rDrama
1
0
Fork 0

reduce agendaposter:after size for small screens

master
Aevann 2023-03-24 16:16:45 +02:00
parent 1aa0db2902
commit 547c22f2f2
1 changed files with 7 additions and 1 deletions

View File

@ -7268,6 +7268,12 @@ button, .btn {
.agendaposter-6:after {
content: url("/i/chud/6.webp?x=1");
}
.agendaposter-7:after, .agendaposter-7:after, .agendaposter-9:after {
.agendaposter-7:after, .agendaposter-8:after, .agendaposter-9:after {
content: url("/i/chud/7.webp?x=1");
}
@media (max-width: 410px) {
.agendaposter:after {
zoom: 0.7;
}
}