We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a3bc1 commit f4ec94fCopy full SHA for f4ec94f
supplemental-ui/css/site-extra.css
@@ -114,7 +114,7 @@ body {
114
/* ====== Sidebar ====== */
115
.sidebar {
116
background: #f9fafb;
117
- padding: 1rem 1rem 0rem 1rem ;
+ padding: 1rem 1rem 0rem 1rem;
118
font-size: 0.9rem;
119
color: #6b7280;
120
flex: 1 1 250px;
@@ -152,3 +152,16 @@ body {
152
box-shadow: 0 0 20px rgba(0,0,0,0.5);
153
transition: transform 0.3s ease;
154
}
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