f9_theme: only apply popup background in "mobile"

This commit is contained in:
snow flurry 2025-04-24 23:53:56 -07:00
parent 4c050c0d54
commit 11eb825021

View file

@ -467,6 +467,7 @@
@media (min-width: 561px) {
#mobile_user_menu.popup_container {
display: block !important;
background: none !important;
}
div[id^="mobile_generic_menu_"].popup_container {
display: block !important;
@ -476,6 +477,7 @@
#adm_submenus .popup_window {
box-shadow: none;
border-width: 0;
background: none;
}
}
@media (max-width: 560px) {