Github user parano commented on a diff in the pull request:
https://github.com/apache/spark/pull/10297#discussion_r47702792
--- Diff: docs/css/main.css ---
@@ -171,24 +202,104 @@ a.anchorjs-link:hover { text-decoration: none; }
* The left navigation bar.
*/
.left-menu-wrapper {
- position: absolute;
- height: 100%;
-
- width: 256px;
- margin-top: -20px;
- padding-top: 20px;
+ margin-left: 0px;
+ margin-right: 0px;
background-color: #F0F8FC;
+ border-top-width: 0px;
+ border-left-width: 0px;
+ border-bottom-width: 0px;
+ margin-top: 0px;
+ width: 210px;
+ float: left;
+ position: absolute;
}
.left-menu {
- position: fixed;
- max-width: 350px;
-
- padding-right: 10px;
- width: 256px;
+ padding: 0px;
+ width: 199px;
}
.left-menu h3 {
margin-left: 10px;
line-height: 30px;
+}
+
+/**
+ * The collapsing button for the navigation bar.
+ */
+.nav-trigger {
+ position: fixed;
+ clip: rect(0, 0, 0, 0);
+}
+
+.nav-trigger + label:after {
+ content: '»';
+}
+
+label {
--- End diff --
why not put this in the next selector ```label[for="nav-trigger"]```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]