več pagov, search, flashing fix

This commit is contained in:
2026-04-21 16:11:26 +02:00
parent a00028dbfa
commit 474e07f6c5
7 changed files with 144 additions and 4 deletions

View File

@@ -143,6 +143,34 @@ nav {
transition: background-color 0.25s ease, color 0.25s ease;
}
.page-title-container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
width: 100%;
}
.page-search-container {
display: flex;
align-items: center;
gap: 8px;
margin-right: 23px;
}
.page-input {
padding: 8px 10px;
border: 1px solid var(--nav-btn-border);
border-radius: 4px;
background: var(--nav-btn-bg);
color: var(--text-color);
font-size: 0.92rem;
font-family: inherit;
/* Smooth Theme Transition */
transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.nav-left,
.nav-right {
display: flex;
@@ -169,7 +197,7 @@ nav {
justify-content: flex-end;
}
.nav-btn {
.nav-btn, .page-btn {
display: inline-flex;
align-items: center;
justify-content: center;
@@ -183,6 +211,7 @@ nav {
font-size: 0.92rem;
font-weight: 500;
line-height: 1.1;
font-family: inherit;
/* Smooth Theme Transition */
transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;