mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 16:53:18 +02:00
style: Improve series page user experience and focus + scroll logic
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
on:touchend={handleStopSeeking}
|
||||
/>
|
||||
</Container>
|
||||
<div class="flex justify-between px-2 pt-4">
|
||||
<div class="flex justify-between px-2 pt-4 text-lg">
|
||||
<span>{formatSecondsToTime(progressTime)}</span>
|
||||
<span>-{formatSecondsToTime(totalTime - progressTime)}</span>
|
||||
</div>
|
||||
|
||||
@@ -163,7 +163,9 @@
|
||||
class="flex justify-between px-2 py-4 items-end"
|
||||
>
|
||||
<div>
|
||||
<div class="text-secondary-300 font-medium text-wider text-lg">{subtitle}</div>
|
||||
<div class="text-secondary-300 font-medium text-wider text-xl mb-1 tracking-wide">
|
||||
{subtitle}
|
||||
</div>
|
||||
<h1 class="header4">{title}</h1>
|
||||
</div>
|
||||
<div class="flex space-x-2">
|
||||
@@ -176,7 +178,7 @@
|
||||
});
|
||||
}}
|
||||
>
|
||||
<TextAlignLeft size={19} />
|
||||
<TextAlignLeft size={24} />
|
||||
</IconButton>
|
||||
<IconButton
|
||||
on:clickOrSelect={() => {
|
||||
@@ -189,7 +191,7 @@
|
||||
});
|
||||
}}
|
||||
>
|
||||
<ChatBubble size={19} />
|
||||
<ChatBubble size={24} />
|
||||
</IconButton>
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user