mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
fix: action bar max width (#7048)
* fix: action bar max width * fix: width
This commit is contained in:
@@ -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(calc(100vw-120px),1050px)]',
|
||||
]"
|
||||
@animationend="attentionRequested = false"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user