fix nav and pagination
This commit is contained in:
@@ -1031,8 +1031,7 @@ body {
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
justify-self: end;
|
||||
padding-left: 1.5rem;
|
||||
flex-shrink: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.nav-greeting {
|
||||
@@ -2040,6 +2039,7 @@ body {
|
||||
margin-right: 0.5rem;
|
||||
outline: none;
|
||||
transition: background 0.2s ease;
|
||||
max-width: 160px;
|
||||
}
|
||||
|
||||
.nav-store-select option {
|
||||
@@ -2849,7 +2849,10 @@ body {
|
||||
|
||||
.nav-auth {
|
||||
gap: 0.35rem;
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
|
||||
.nav-greeting {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3126,9 +3129,13 @@ img, video, iframe {
|
||||
.contact-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
|
||||
.contact-error { color: #c0392b; font-size: 0.9rem; }
|
||||
.contact-success { color: #166534; background: #dcfce7; border: 1px solid #bbf7d0; border-radius: 8px; padding: 0.75rem 1rem; }
|
||||
.pagination-controls { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1.5rem 1rem; }
|
||||
.pagination-btn { background: #333; color: white; border: none; border-radius: 8px; padding: 0.5rem 1.2rem; font-size: 0.9rem; font-weight: 600; cursor: pointer; }
|
||||
.pagination-btn:disabled { background: #ccc; cursor: not-allowed; }
|
||||
.pagination-controls { display: flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 1.5rem 1rem; flex-wrap: wrap; }
|
||||
.pagination-btn { background: #e8e8e8; color: #333; border: none; border-radius: 8px; padding: 0.5rem 0.9rem; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: background 0.15s; }
|
||||
.pagination-btn:hover:not(:disabled) { background: #d0d0d0; }
|
||||
.pagination-btn:disabled { background: #f0f0f0; color: #aaa; cursor: not-allowed; }
|
||||
.pagination-btn--active { background: #e68672; color: white; }
|
||||
.pagination-btn--active:hover { background: #d4705e; }
|
||||
.pagination-ellipsis { padding: 0.5rem 0.25rem; color: #888; font-weight: 600; }
|
||||
.pagination-info { font-size: 0.9rem; color: #555; font-weight: 500; }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user