mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
fix padding during magnified
This commit is contained in:
parent
e1a19a0b80
commit
4e49549cac
@ -87,6 +87,10 @@
|
||||
z-index: var(--zindex-layout-last-magnified-node);
|
||||
}
|
||||
|
||||
.tile-leaf {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tile-preview-container {
|
||||
position: absolute;
|
||||
top: 10000px;
|
||||
@ -105,17 +109,10 @@
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
|
||||
.tile-leaf {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&:not(:only-child),
|
||||
&:not(.magnified) {
|
||||
.tile-leaf {
|
||||
&:not(:only-child, .magnified) .tile-leaf {
|
||||
padding: calc(var(--gap-size-px) / 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.animate {
|
||||
.tile-node,
|
||||
|
Loading…
Reference in New Issue
Block a user