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.
2 parents 8510a9a + 2c94456 commit 45961b7Copy full SHA for 45961b7
src/css/custom.css
@@ -1340,3 +1340,23 @@ a {
1340
.page-enter {
1341
animation: pageSlideIn 0.6s ease-out;
1342
}
1343
+
1344
1345
+@media screen and (max-width: 768px) {
1346
+ .navbar .navbar__items--right {
1347
+ display: flex;
1348
+ align-items: center;
1349
+ gap: 20px;
1350
+ }
1351
1352
+ .navbar .DocSearch-Button {
1353
+ min-width: 36px;
1354
+ margin-right: 30px;
1355
1356
1357
+ .navbar .colorModeToggle {
1358
+ margin-left: 4px;
1359
+ flex-shrink: 0;
1360
1361
+}
1362
0 commit comments