mirror of
https://github.com/ivabus/gui
synced 2025-06-06 23:30:26 +03:00
Smaller gallery indicators, height of header
This commit is contained in:
parent
23be274a02
commit
27dc7ce601
2 changed files with 3 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
|||
</nav>
|
||||
<section class="pt-24">
|
||||
{#if backLink}
|
||||
<header class="px-16 py-2 text-3xl text-gray hover:text-primary">
|
||||
<header class="px-16 border-b border-gray text-3xl text-gray hover:text-primary">
|
||||
<a href={backLink}>←</a>
|
||||
</header>
|
||||
{/if}
|
||||
|
@ -81,8 +81,7 @@
|
|||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
border-bottom: #ccc 1px solid;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
slot {
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
focus = i;
|
||||
resetLoop();
|
||||
}}
|
||||
class={`bg-purple h-4 w-4 rounded-lg border-2 border-white transition-colors ${
|
||||
class={`bg-purple h-3 w-3 rounded-lg border border-white transition-colors ${
|
||||
i === focus ? 'bg-purple-900' : ''
|
||||
}`}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue