fix: update menu toggle styles and enhance layout consistency across multiple HTML files
This commit is contained in:
parent
db0c4f6ae4
commit
058ac87681
7 changed files with 37 additions and 22 deletions
|
|
@ -521,10 +521,10 @@
|
|||
<!-- Menu Toggle with Transparent Background -->
|
||||
<div class="fixed top-6 right-8 md:bottom-12 md:left-12 md:top-auto md:right-auto z-40">
|
||||
<div
|
||||
class="cursor-pointer bg-black/30 backdrop-blur-sm rounded-lg p-3"
|
||||
class="cursor-pointer p-3"
|
||||
id="menuToggle"
|
||||
>
|
||||
<div class="grid grid-cols-3 gap-1 w-6 h-6" id="menuGrid">
|
||||
<div class="grid grid-cols-3 gap-1 w-6 h-6" id="menuGrid" style="outline: 1px solid rgba(255,255,255,0.6); outline-offset: 6px;">
|
||||
<span class="w-1 h-1 bg-white rounded-full"></span>
|
||||
<span class="w-1 h-1 bg-white rounded-full"></span>
|
||||
<span class="w-1 h-1 bg-white rounded-full"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue