Skip to content

Commit e207437

Browse files
committed
chore: remove toc on small screen
1 parent 1deb2d6 commit e207437

File tree

1 file changed

+1
-7
lines changed
  • site/themes/arangodb-docs-theme/static/css

1 file changed

+1
-7
lines changed

site/themes/arangodb-docs-theme/static/css/theme.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,6 @@ header .logo {
11211121
.row-main {
11221122
grid-template-areas:
11231123
'breadcrumbs breadcrumbs'
1124-
'toc toc'
11251124
'article article'
11261125
'footer footer';
11271126
}
@@ -1222,12 +1221,7 @@ header .logo {
12221221

12231222
@media screen and (max-width: 768px) {
12241223
.toc-container .toc {
1225-
top: 0;
1226-
position: relative;
1227-
margin: 0;
1228-
width: auto;
1229-
height: auto;
1230-
padding: 20px;
1224+
display: none;
12311225
}
12321226
}
12331227

0 commit comments

Comments
 (0)