refactor: expose editor panels in small device

This commit is contained in:
Carlos Valente
2025-06-23 06:59:34 +02:00
committed by Carlos Valente
parent b991627cb7
commit 984dcb0181
52 changed files with 336 additions and 131 deletions
@@ -16,6 +16,11 @@
display: flex;
flex-direction: column;
padding-inline: 1rem;
:is([data-target='small-device']) & {
padding-inline: 0;
overflow-x: auto;
}
}
.empty {