2 parents 88f660b + ba2a06f commit a70bc9dCopy full SHA for a70bc9d
1 file changed
_sass/pages/_webshell.scss
@@ -116,6 +116,18 @@ body.layout_webshell {
116
height: 38px;
117
background-size: auto 38px;
118
}
119
+
120
+ /* Shared mobile styles add margin-right to .options — drop it here so
121
+ the options row sits flush with the 20px .headercontent padding. */
122
+ header .headerline .headercontent .options {
123
+ margin-right: 0;
124
+ }
125
126
+ /* Mobile submenu (Datasets): tap-to-toggle via .submenu-open on the
127
+ outer nav item, driven by the inline script in index.html. */
128
+ header .headerline .headercontent .landingmenu nav .submenu-open .submenuwrap {
129
+ display: block;
130
131
132
133
0 commit comments