Skip to content

Commit

Permalink
repair bar for phone users
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Aug 25, 2023
1 parent 347ba05 commit 94acee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ <h5 class="sm:pt-2 mb-2 lg:text-2xl text-xl font-bold tracking-tight text-white"
<!-- 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"
>
Expand Down Expand Up @@ -292,7 +292,7 @@ <h5 class="sm:pt-2 mb-2 lg:text-2xl text-xl font-bold tracking-tight text-white"

<!-- 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>
Expand Down

0 comments on commit 94acee8

Please sign in to comment.