fix(ui): add top padding to workbench on desktop

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-03 13:17:20 +02:00
parent cf03743bae
commit d7b146a186

View file

@ -191,6 +191,7 @@
@media (min-width: 1024px) {
.workbench {
margin: -2rem -2rem 0;
padding-top: 2rem;
width: calc(100% + 4rem);
}
}