You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- The main content itself, pushed to the side by the navbar -->
94
-
<main:class="showNavbar ? 'bg-slate-200 opacity-30 lg:bg-white lg:opacity-100' : ''"class="z-10 w-screen h-screen px-5 pt-3 transition-all duration-500"@click="showNavbar = false"> <!-- The extra lg: tags in :class fix a bg color bug when the window is resized while the navbar was open -->
94
+
<main:class="showNavbar ? 'bg-slate-200 opacity-30 lg:bg-white lg:opacity-100' : ''"class="z-10 w-screen h-screen px-5 pt-3 bg-white transition-opacity duration-500"@click="showNavbar = false"> <!-- The extra lg: tags in :class fix a bg color bug when the window is resized while the navbar was open -->
0 commit comments