mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 00:35:12 +02:00
Continue watching section reworked
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
let isSearchVisible = false;
|
||||
|
||||
function getLinkStyle(path: string) {
|
||||
return classNames('selectable-tab rounded-sm px-2 -mx-2', {
|
||||
return classNames('selectable rounded-sm px-2 -mx-2', {
|
||||
'text-amber-200': $page.url.pathname === path,
|
||||
'hover:text-zinc-50 cursor-pointer': $page.url.pathname !== path
|
||||
});
|
||||
@@ -35,10 +35,7 @@
|
||||
<svelte:window bind:scrollY={y} />
|
||||
|
||||
<div class={baseStyle}>
|
||||
<a
|
||||
href="/"
|
||||
class="flex gap-2 items-center hover:text-inherit selectable-tab rounded-sm px-2 -mx-2"
|
||||
>
|
||||
<a href="/" class="flex gap-2 items-center hover:text-inherit selectable rounded-sm px-2 -mx-2">
|
||||
<div class="rounded-full bg-amber-300 h-4 w-4" />
|
||||
<h1 class="font-display uppercase font-semibold tracking-wider text-xl">Reiverr</h1>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user