Reduce size of the sidebar, to give more realestate to the data side

This commit is contained in:
Deon George
2023-02-16 20:08:56 +11:00
parent 66409c6688
commit cb55a660e5
2 changed files with 26 additions and 4 deletions

22
public/css/fixes.css vendored
View File

@@ -2,6 +2,28 @@ body {
font-size: 0.85em;
}
/* Trim our sidebar down to 250px */
.app-sidebar {
width: 250px;
min-width: 250px;
}
.app-header__logo {
width: 250px;
}
.fixed-sidebar:not(.fixed-header) .app-header {
margin-left: 250px;
}
.fixed-sidebar .app-main .app-main__outer {
padding-left: 250px;
}
.font-icon-wrapper i {
font-size: 1.2rem;
}
/* Fixes for data tables */
/* Fix pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {