run prettier

This commit is contained in:
2023-06-02 00:04:18 +02:00
parent c984cc7a7b
commit 33f23f838d
18 changed files with 70 additions and 63 deletions

View File

@@ -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 {