Skip to content

Commit a70bc9d

Browse files
authored
Merge pull request duckdb#6776 from Franz-Kafka/main
Update _webshell.scss
2 parents 88f660b + ba2a06f commit a70bc9d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

_sass/pages/_webshell.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,18 @@ body.layout_webshell {
116116
height: 38px;
117117
background-size: auto 38px;
118118
}
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+
}
119131
}
120132
}
121133

0 commit comments

Comments
 (0)