mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-01 09:22:41 +02:00
Merge pull request #12 from BluemediaDev/fix/width
Fix horizontal scrollbar under certain circumstances
This commit is contained in:
commit
fb94e1bcab
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="w-screen h-fit min-h-screen flex flex-col items-center bg-base-200"
|
class="h-fit min-h-screen flex flex-col items-center bg-base-200"
|
||||||
data-theme={$persistentSettings.darkmode ? 'darkgray' : 'emerald'}
|
data-theme={$persistentSettings.darkmode ? 'darkgray' : 'emerald'}
|
||||||
>
|
>
|
||||||
<div class="w-full md:w-5/6 xl:w-3/5 max-w-5xl h-full pl-4 md:pl-0 pr-4 md:pr-0 pt-5 pb-5">
|
<div class="md:w-5/6 xl:w-3/5 max-w-5xl h-full pl-4 md:pl-0 pr-4 md:pr-0 pt-5 pb-5">
|
||||||
{@render children()}
|
{@render children()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue