Skip to content

Commit ae0e107

Browse files
committed
Reverted e8a26fb and part of a46205f
This broke the feature of AdminLTE to collapse the menu. This should be done in a custom sprinkle if needed to stay closer to the default AdminLTE theme.
1 parent c17dcdd commit ae0e107

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

app/sprinkles/admin/templates/pages/abstract/dashboard.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- Header Navbar: style can be found in header.less -->
3838
<nav class="navbar navbar-static-top">
3939
<!-- Sidebar toggle button-->
40-
<a href="#" class="sidebar-toggle hidden-sm hidden-md hidden-lg" data-toggle="offcanvas" role="button">
40+
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
4141
<span class="sr-only">Toggle navigation</span>
4242
</a>
4343
<!-- Main nav buttons -->

app/sprinkles/core/assets/userfrosting/css/userfrosting.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,9 @@ a .info-box {
171171
/* Custom styling for nav logo */
172172
.main-header .logo {
173173
font-weight: 400;
174-
text-align: center;
175174
font-size: 18px;
176175
}
177176

178-
@media(min-width: 768px) {
179-
.main-header .logo {
180-
text-align: left;
181-
}
182-
}
183-
184177
/* Padding for user menu */
185178
.user-menu .fa {
186179
padding-left: .5em;

0 commit comments

Comments
 (0)