Skip to content

Commit

Permalink
fix(admin): non full width sidebar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 6, 2024
1 parent 1b690be commit 6e60986
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/themes/pterodactyl/vendor/adminlte/admin.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,10 @@ a:focus {
-o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
/* FIXME: Temporary workaround for the admin sidebar buttons not being full width */
.slimScrollDiv {
width: 100% !important;
}
@media (max-width: 767px) {
.main-sidebar {
padding-top: 100px;
Expand Down

0 comments on commit 6e60986

Please sign in to comment.