mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-12-23 02:39:48 +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
|
<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}
|
on:click={toggleExpanded}
|
||||||
>
|
>
|
||||||
{#if isExpanded}
|
{#if isExpanded}
|
||||||
|
|
Loading…
Reference in a new issue