feat: allow editing times in cuesheet

This commit is contained in:
Carlos Valente
2024-12-21 12:59:50 +01:00
committed by Carlos Valente
parent b38a7e5c92
commit bdd2a62cee
6 changed files with 87 additions and 49 deletions
@@ -1,12 +1,15 @@
/* element attempts matching input styles */
.textInput {
padding-top: 0.25rem;
height: 2rem;
background-color: transparent;
border-radius: 3px;
display: flex;
align-items: center;
gap: 0.25rem;
&.muted {
color: $label-gray;
color: $muted-gray;
}
&:hover {