več pagov, search, flashing fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user