mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
reorganize
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user