mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
feat: Add to sonarr dialog, reworked requests
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
:global(.row-wrapper-selected > ._table-cell) {
|
||||
@apply bg-secondary-800;
|
||||
@apply bg-primary-900;
|
||||
}
|
||||
|
||||
:global(.row-wrapper > ._table-cell:first-child) {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Container
|
||||
direction="horizontal"
|
||||
on:enter
|
||||
class="*:sticky *:top-0 *:bg-secondary-900 row-wrapper contents"
|
||||
class="*:sticky *:top-0 *:bg-primary-800 row-wrapper contents"
|
||||
>
|
||||
<!-- <div class="absolute -inset-y-2 -inset-x-8 -z-10 bg-secondary-900" />-->
|
||||
<slot />
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
on:clickOrSelect
|
||||
focusOnClick
|
||||
class={classNames(
|
||||
'flex items-center rounded-full py-1 px-3 -mx-3 cursor-pointer select-none font-semibold float-left',
|
||||
'flex items-center rounded-full py-1 cursor-pointer select-none font-semibold float-left',
|
||||
{
|
||||
'bg-primary-500 text-secondary-800': $hasFocus
|
||||
'bg-primary-500 text-secondary-800 px-3': $hasFocus
|
||||
}
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user