Work towards using pop-out item sheets instead of inline-editing because inline-editing is annoying and kinda ugly TBH

This commit is contained in:
Oliver-Akins 2024-01-10 22:18:18 -07:00
parent dcdc1b7764
commit 516f7ac826
13 changed files with 150 additions and 73 deletions

View file

@ -200,6 +200,10 @@
flex-direction: column;
gap: 4px;
.placeholder {
opacity: 75%;
}
&__actions {
display: flex;
flex-direction: row;