remove border radius when tile is not magnified

This commit is contained in:
Evan Simkowitz 2024-09-04 15:34:53 -07:00
parent 0623218373
commit e0e4256739
No known key found for this signature in database

View File

@ -70,7 +70,6 @@
}
.tile-node {
border-radius: calc(var(--block-border-radius) + 2px);
overflow: hidden;
width: 100%;
height: 100%;