Refactor with new styling convention
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<template>
|
||||
<header top-0 z-10>
|
||||
<nav flex items-center justify-between py-6 crate>
|
||||
<div flex lg="flex-1">
|
||||
<NuxtLink to="/" class="home" p-1.5 m="-1.5">
|
||||
<SvgoLogo :font-controlled="false" size-8 />
|
||||
<header class="top-0 z-10">
|
||||
<nav crate class="flex items-center justify-between py-6">
|
||||
<div class="flex" lg="flex-1">
|
||||
<NuxtLink to="/" class="home p-1.5 -m-1.5">
|
||||
<SvgoLogo :font-controlled="false" class="size-8" />
|
||||
</NuxtLink>
|
||||
</div>
|
||||
<div flex lg="hidden">
|
||||
<button type="button" inline-flex items-center justify-center rounded-md p-2.5 text-neutral-300 m="-2.5" @click="showSidebar = true">
|
||||
<Icon name="heroicons-solid:bars-3" size-6 />
|
||||
<div class="flex" lg="hidden">
|
||||
<button type="button" class="inline-flex items-center justify-center rounded-md p-2.5 text-neutral-300 -m-2.5" @click="showSidebar = true">
|
||||
<Icon name="heroicons-solid:bars-3" class="size-6" />
|
||||
</button>
|
||||
</div>
|
||||
<div hidden lg="flex gap-x-12">
|
||||
<div class="hidden" lg="flex gap-x-12">
|
||||
<NavLink to="/commands">
|
||||
Commands
|
||||
</NavLink>
|
||||
@@ -28,8 +28,8 @@
|
||||
Store
|
||||
</NavLink>
|
||||
</div>
|
||||
<div hidden lg="flex flex-1 justify-end">
|
||||
<p text-sm text-white font-semibold leading-6>
|
||||
<div class="hidden" lg="flex flex-1 justify-end">
|
||||
<p class="text-sm text-white font-semibold leading-6">
|
||||
v{{ tauriVersion }}
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user