luci-theme-openwrt: remove empty CSS

It is not advisable to have
empty rulesets in CSS.
Removing the empty ruleset.

Signed-off-by: Joshua Criss <owlsy@outlook.com.au>
This commit is contained in:
Joshua Criss
2026-04-02 15:04:18 +11:00
committed by Paul Donald
parent c39d69cd08
commit fa2ce66ba1

View File

@@ -1772,10 +1772,7 @@ select + .cbi-button {
}
@media screen and (max-width: 992px) {
body {
}
@media screen and (max-width: 992px) {
#maincontainer {
flex-direction: column;