mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-14 18:35:34 +08:00
fix: Fix the available update indicator causing horizontal overflow on mobile. (#1153)
This commit is contained in:
parent
6bc55c8cc7
commit
ff41847fd9
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user