repair bar for phone users

This commit is contained in:
2023-08-25 08:57:06 +02:00
parent 347ba056e4
commit 94acee819a

View File

@ -214,8 +214,8 @@
<!-- This is a lateral bar that will inherit the header buttons if the window is too small. -->
<aside class="
flex flex-col items-center w-14
h-screen py-2 overflow-y-hidden
border-r rtl:border-l max-h-fit
h-screen py-2 border-r
rtl:border-l max-h-fit
rtl:border-r-0 bg-neutral-900
dark:border-neutral-700 border-none"
>
@ -292,7 +292,7 @@
<!-- Tabs for local files -->
<div class="min-w-screen flex grow flex-col">
<ul id="local-script-tabs" class="text-xl flex text-sm font-medium text-center text-white dark:text-white bg-neutral-900 space-x-2 lg:space-x-8">
<ul id="local-script-tabs" class="text-xl flex text-sm font-medium text-center text-white bg-neutral-900 space-x-2 lg:space-x-8">
<li class="pl-5">
<a title="Local Script 1" id="tab-1" class="bg-orange-300 inline-block px-4 py-1 text-white hover:bg-gray-800">1</a>
</li>