mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +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,
|
'bar-compact': compact,
|
||||||
'floating-action-bar-attention': attentionRequested,
|
'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"
|
@animationend="attentionRequested = false"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user