feat: Enhance header actions with responsive design and improved button layout for better usability on small screens
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m35s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m35s
This commit is contained in:
@@ -241,6 +241,23 @@
|
||||
.header-actions .btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.header-actions .btn svg { width: 18px; height: 18px; }
|
||||
|
||||
/* Responsive sizing for small screens */
|
||||
@media (max-width: 992px) {
|
||||
.header-actions { gap: 0.4rem; }
|
||||
.header-actions .btn {
|
||||
padding: 0.35rem 0.6rem;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.header-actions .btn .me-1 { margin-right: 0.4rem !important; }
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.page-header .col-auto.ms-auto { width: 100%; }
|
||||
.header-actions { width: 100%; }
|
||||
}
|
||||
|
||||
/* Custom responsive adjustments */
|
||||
|
||||
Reference in New Issue
Block a user