Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui/src/components/base/FloatingActionBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ defineOptions({
'bar-compact': compact,
'floating-action-bar-attention': attentionRequested,
},
inline ? 'w-full' : 'mx-auto md:max-w-[60vw]',
inline ? 'w-full' : 'mx-auto md:max-w-[min(90vw,1050px)]',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i feel like i'd do instead of 90vw, 100vw minus a fixed padding amount so it has same gap on sides as below it

]"
@animationend="attentionRequested = false"
>
Expand Down
Loading