frontend/css/layout/_sidebar.scss in trestle-0.9.5 vs frontend/css/layout/_sidebar.scss in trestle-0.9.6
- old
+ new
@@ -14,15 +14,17 @@
@extend .theme-bg;
height: $header-height;
display: flex;
- align-items: center;
+ align-items: stretch;
.navbar-toggler {
outline: none;
+ align-self: center;
+
margin-left: $grid-gutter-width / 2;
margin-right: $grid-gutter-width / 2;
background: $sidebar-mobile-toggle-bg;
border: $sidebar-mobile-toggle-border;
@@ -42,10 +44,9 @@
flex: 1;
display: flex;
align-items: center;
- height: 100%;
padding: 10px 15px;
font-size: 1.4rem;
font-weight: 500;
text-shadow: rgba(black, 0.5) 0 1px 1px;