mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Fix some more improper border radii (#184)
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
}
|
||||
|
||||
.tile-node {
|
||||
border-radius: var(--block-border-radius);
|
||||
border-radius: calc(var(--block-border-radius) + 2px);
|
||||
overflow: hidden;
|
||||
|
||||
&.dragging {
|
||||
|
||||
Reference in New Issue
Block a user