mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-20 00:53:32 +02:00
style: Redesign manage media ui
This commit is contained in:
@@ -28,7 +28,11 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<Container class="fixed inset-0 z-20 bg-stone-950 overflow-y-auto" trapFocus direction="horizontal">
|
||||
<Container
|
||||
class="fixed inset-0 z-20 bg-secondary-800 overflow-y-auto"
|
||||
trapFocus
|
||||
direction="horizontal"
|
||||
>
|
||||
<Container />
|
||||
<Container on:navigate={handleGoToTop} on:back={handleGoToTop} focusOnMount>
|
||||
<slot {handleGoBack} registrar={selectable.registrar} />
|
||||
|
||||
Reference in New Issue
Block a user