mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Only use blurred bg when menu is open
This commit is contained in:
parent
b335bc7463
commit
c749a760b8
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<nav
|
<nav
|
||||||
class="fixed top-0 left-0 right-0 bg-blur z-navbar"
|
:class="[
|
||||||
style="backdrop-filter: blur(15px);"
|
'fixed top-0 left-0 right-0 z-navbar',
|
||||||
|
isOpen ? 'bg-blur' : ''
|
||||||
|
]"
|
||||||
>
|
>
|
||||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div class="flex justify-between h-16">
|
<div class="flex justify-between h-16">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue