border-radius: 2px;
This commit is contained in:
@@ -99,7 +99,7 @@ tr.matrix td:not(.mino) {
|
|||||||
.minoes-table .mino {
|
.minoes-table .mino {
|
||||||
background: radial-gradient(circle at -150% -200%, #fffb 0%, var(--background-color) 100%);
|
background: radial-gradient(circle at -150% -200%, #fffb 0%, var(--background-color) 100%);
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
border-radius: 1px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mino::before,
|
.mino::before,
|
||||||
@@ -112,7 +112,7 @@ tr.matrix td:not(.mino) {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
border-radius: 1px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mino::before {
|
.mino::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user