mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
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:
parent
cf03743bae
commit
d7b146a186
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@
|
|||
@media (min-width: 1024px) {
|
||||
.workbench {
|
||||
margin: -2rem -2rem 0;
|
||||
padding-top: 2rem;
|
||||
width: calc(100% + 4rem);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue