fix: Archived date padding for mobile and minor cleanup

This commit is contained in:
Ushie
2025-06-06 02:41:59 +03:00
parent dba960aacb
commit d3cc36f836
2 changed files with 7 additions and 5 deletions

View File

@@ -91,11 +91,13 @@
</ul>
</div>
<div id="secondary-navigation">
<span class:selected={modals.settings}>
<button on:click={() => (modals.settings = !modals.settings)} aria-label="Settings">
<button
on:click={() => (modals.settings = !modals.settings)}
class:selected={modals.settings}
aria-label="Settings"
>
<Cog size="20px" color={modals.settings ? 'var(--primary)' : 'var(--surface-six)'} />
</button>
</span>
</div>
</div>
</div>
@@ -124,7 +126,7 @@
#secondary-navigation {
display: flex;
span {
button {
border-radius: 10px;
padding: 10px 16px;

View File

@@ -45,7 +45,7 @@
display: inline-flex;
flex-wrap: wrap;
align-items: center;
gap: 1rem;
column-gap: 1rem;
}
input {