diff --git a/frontend/layout/lib/tilelayout.less b/frontend/layout/lib/tilelayout.less index 9a339bbf..5b928855 100644 --- a/frontend/layout/lib/tilelayout.less +++ b/frontend/layout/lib/tilelayout.less @@ -79,6 +79,11 @@ filter: blur(8px); } + &.resizing { + border: 1px solid var(--accent-color); + backdrop-filter: blur(8px); + } + &.magnified { background-color: var(--block-bg-solid-color); z-index: var(--zindex-layout-magnified-node); @@ -104,11 +109,6 @@ } } - &.resizing { - border: 1px solid var(--accent-color); - backdrop-filter: blur(8px); - } - &:not(:only-child, .magnified) .tile-leaf { padding: calc(var(--gap-size-px) / 2); }