fix: Fix the available update indicator causing horizontal overflow on mobile. (#1153)

This commit is contained in:
Plutonium141 2024-11-08 11:03:12 +08:00 committed by GitHub
parent 6bc55c8cc7
commit ff41847fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -559,7 +559,7 @@ const Versions: Component<{
) )
return ( return (
<div class="grid grid-cols-2 gap-4"> <div class="grid grid-cols-2 gap-4 mx-2 md:mx-0">
<div class="relative"> <div class="relative">
<Show when={isFrontendUpdateAvailable()}> <Show when={isFrontendUpdateAvailable()}>
<UpdateAvailableIndicator /> <UpdateAvailableIndicator />