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);
|
z-index: var(--zindex-layout-last-magnified-node);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tile-leaf {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.tile-preview-container {
|
.tile-preview-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10000px;
|
top: 10000px;
|
||||||
@ -105,15 +109,8 @@
|
|||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(8px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tile-leaf {
|
&:not(:only-child, .magnified) .tile-leaf {
|
||||||
overflow: hidden;
|
padding: calc(var(--gap-size-px) / 2);
|
||||||
}
|
|
||||||
|
|
||||||
&:not(:only-child),
|
|
||||||
&:not(.magnified) {
|
|
||||||
.tile-leaf {
|
|
||||||
padding: calc(var(--gap-size-px) / 2);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user