mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
make border radius conditional in tilelayout
This commit is contained in:
parent
9cf87723dc
commit
0623218373
@ -70,7 +70,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tile-node {
|
.tile-node {
|
||||||
border-radius: calc(var(--block-border-radius) + 4px);
|
border-radius: calc(var(--block-border-radius) + 2px);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -80,6 +80,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.magnified {
|
&.magnified {
|
||||||
|
border-radius: calc(var(--block-border-radius) + 4px);
|
||||||
background-color: var(--block-bg-solid-color);
|
background-color: var(--block-bg-solid-color);
|
||||||
z-index: var(--zindex-layout-magnified-node);
|
z-index: var(--zindex-layout-magnified-node);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user