refactor: cleanup
parent
d40b27982c
commit
443bd65c05
|
@ -2,14 +2,11 @@
|
||||||
defineProps<{
|
defineProps<{
|
||||||
back?: boolean
|
back?: boolean
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
const nav = ref<HTMLDivElement>()
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div relative>
|
<div relative>
|
||||||
<div
|
<div
|
||||||
ref="nav"
|
|
||||||
sticky top-0 z10
|
sticky top-0 z10
|
||||||
border="b base" bg-base
|
border="b base" bg-base
|
||||||
:class="isZenMode ? 'op0 hover:op100 transition duration-300' : ''"
|
:class="isZenMode ? 'op0 hover:op100 transition duration-300' : ''"
|
||||||
|
|
Loading…
Reference in New Issue