There was an error while loading. Please reload this page.
1 parent 9a78a3c commit 4f80005Copy full SHA for 4f80005
1 file changed
src/styles/starlight.css
@@ -151,7 +151,16 @@
151
}
152
153
154
- starlight-menu-button button,
+ [data-has-sidebar] header.header {
155
+ padding-inline-end: 1rem;
156
+ }
157
+
158
+ starlight-menu-button button {
159
+ top: unset;
160
+ bottom: calc((var(--sl-mobile-toc-height) - var(--sl-menu-button-size)) / 2);
161
+ background-color: var(--color-gray-80);
162
163
164
mobile-starlight-toc nav {
165
top: unset;
166
bottom: 0;
@@ -188,5 +197,9 @@
188
197
.starlight-sidebar-topics-icon {
189
198
background-color: var(--color-gray-20);
190
199
200
201
202
+ background-color: var(--color-gray-20);
203
191
204
192
205
0 commit comments