Skip to content

Commit f4ec94f

Browse files
committed
set hamburger/back arrow to the left and set the toolbar to the bottom
1 parent 22a3bc1 commit f4ec94f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

supplemental-ui/css/site-extra.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ body {
114114
/* ====== Sidebar ====== */
115115
.sidebar {
116116
background: #f9fafb;
117-
padding: 1rem 1rem 0rem 1rem ;
117+
padding: 1rem 1rem 0rem 1rem;
118118
font-size: 0.9rem;
119119
color: #6b7280;
120120
flex: 1 1 250px;
@@ -152,3 +152,16 @@ body {
152152
box-shadow: 0 0 20px rgba(0,0,0,0.5);
153153
transition: transform 0.3s ease;
154154
}
155+
156+
/* ===============================
157+
Mobile / Small Screen Styles
158+
=============================== */
159+
@media screen and (max-width: 768px) {
160+
.toolbar {
161+
padding: 0;
162+
bottom: 0;
163+
width: 100%;
164+
position: fixed;
165+
top: auto;
166+
}
167+
}

0 commit comments

Comments
 (0)