refactor: style tweaks to cuesheet

This commit is contained in:
Carlos Valente
2024-11-19 21:55:21 +01:00
committed by Carlos Valente
parent 988100c1d9
commit e694cb7556
@@ -45,7 +45,7 @@ $table-header-font-size: calc(1rem - 3px);
.tableHeader {
position: sticky;
top: 0;
top: -1px;
z-index: 10;
font-size: $table-header-font-size;
@@ -54,6 +54,7 @@ $table-header-font-size: calc(1rem - 3px);
th {
background-color: $gray-1300;
padding-left: 0.25rem;
&:hover {
.resizer {