run prettier
This commit is contained in:
@@ -30,10 +30,7 @@ const handleSignIn = async (close: () => Promise<boolean>) => {
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<div
|
||||
class="z-[500] flex items-end bg-primary"
|
||||
:class="searchActive && 'search-active'"
|
||||
>
|
||||
<div class="z-[500] flex items-end bg-primary" :class="searchActive && 'search-active'">
|
||||
<div
|
||||
class="mx-auto flex w-full max-w-app items-center py-2.5 text-white"
|
||||
:style="{ height: `${props.height}px` }"
|
||||
@@ -93,7 +90,12 @@ const handleSignIn = async (close: () => Promise<boolean>) => {
|
||||
#logo {
|
||||
@apply cursor-pointer transition-all duration-200 hover:text-primary;
|
||||
}
|
||||
#logo:hover {
|
||||
@media (hover: hover) and (pointer: fine) {
|
||||
#logo:hover {
|
||||
text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
|
||||
}
|
||||
}
|
||||
#logo:active {
|
||||
text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
|
||||
}
|
||||
.topbar-button {
|
||||
|
||||
Reference in New Issue
Block a user