simplify css
This commit is contained in:
@ -15,13 +15,11 @@
|
||||
table-layout: fixed;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
height: calc(var(--rows) * var(--cell-side));
|
||||
width: calc(var(--columns) * var(--cell-side));
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
#matrixTable {
|
||||
margin-top: calc(-1 * var(--no-bordered-rows) * var(--cell-side));
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@keyframes hard-dropped-table-animation {
|
||||
|
Reference in New Issue
Block a user