This commit is contained in:
Bubobubobubobubo
2023-08-25 06:58:13 +00:00
parent 20bcf672b3
commit c4ae31446d

View File

@ -216,8 +216,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"
>
@ -294,7 +294,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>