mirror of
https://github.com/unraid/webgui.git
synced 2026-02-08 18:09:37 -06:00
style: refine empty elements to exclude specific overlays, improving layout responsiveness
This commit is contained in:
@@ -1517,7 +1517,7 @@ dd blockquote {
|
||||
* Force remove any small empty space elements.
|
||||
* Necessary evil to prevent needing to rewrite .page file parsing and allow for a more responsive page.
|
||||
*/
|
||||
dt, dd, p, div, span {
|
||||
dt, dd, p, div:not([class*="sweet-overlay"]), span {
|
||||
&:empty {
|
||||
display: none !important;
|
||||
margin: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user