mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
remove blur on nav on mobile
This commit is contained in:
parent
d29086319e
commit
e958b65194
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
>
|
||||
|
||||
<button
|
||||
class="lg:hidden rounded-full p-2 bg-black/10 z-50 backdrop-blur"
|
||||
class="lg:hidden rounded-full p-2 bg-black/10 z-50 md:backdrop-blur"
|
||||
on:click={toggleExpanded}
|
||||
>
|
||||
{#if isExpanded}
|
||||
|
|
Loading…
Reference in a new issue