mache flag btn größer für tablets

This commit is contained in:
titz lapi
2023-06-10 22:34:00 +02:00
parent 180b7ee04b
commit 79dc248825
2 changed files with 10 additions and 1 deletions

View File

@@ -10,6 +10,15 @@
z-index: 99999;
}
@media (max-width:1081px) {
#flag-panel {
border: 10px solid #fff;
border-top-left-radius: 23px;
border-bottom-left-radius: 23px;
margin-right: -135px;
}
}
#flag-panel.open {
margin-right: 0px !important;
}