mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
fix(ui): add left scroll offset to PageCarousel
First panel no longer sticks to the left edge. Left padding set to calc(50vw - 240px) so the carousel starts with generous breathing room. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ec7c563283
commit
cf03743bae
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@
|
|||
display: flex;
|
||||
gap: 1rem;
|
||||
overflow-x: auto;
|
||||
padding: 0.5rem 0;
|
||||
padding: 0.5rem 2rem 0.5rem calc(50vw - 240px);
|
||||
scrollbar-width: none;
|
||||
flex: 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue