We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65a97d commit 9cd203dCopy full SHA for 9cd203d
great_docs/assets/great-docs.scss
@@ -1842,6 +1842,13 @@ div.sourceCode:hover > .gd-code-nav .gd-code-copy,
1842
flex-shrink: 0;
1843
}
1844
1845
+/* Compact version selector on mobile — hide version label, show icon only */
1846
+@media (max-width: 991.98px) {
1847
+ .gd-vs-label {
1848
+ display: none;
1849
+ }
1850
+}
1851
+
1852
/* Version warning banner */
1853
.gd-version-banner {
1854
padding: 10px 20px;
@@ -2532,6 +2539,7 @@ h1.title.cli-title {
2532
2539
2533
2540
/* Hide on mobile — keyboard shortcuts are desktop-only */
2534
2541
@media (max-width: 991.98px) {
2542
+ #gd-navbar-widgets > #gd-keyboard-btn-container,
2535
2543
#gd-keyboard-btn-container {
2536
2544
display: none;
2537
2545
0 commit comments