mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
make border radius conditional in tilelayout
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
}
|
||||
|
||||
.tile-node {
|
||||
border-radius: calc(var(--block-border-radius) + 4px);
|
||||
border-radius: calc(var(--block-border-radius) + 2px);
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -80,6 +80,7 @@
|
||||
}
|
||||
|
||||
&.magnified {
|
||||
border-radius: calc(var(--block-border-radius) + 4px);
|
||||
background-color: var(--block-bg-solid-color);
|
||||
z-index: var(--zindex-layout-magnified-node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user