Github user parano commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10297#discussion_r47703712
  
    --- 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 {
    +  z-index: 10;
    +}
    +
    +label[for="nav-trigger"] {
    +    position: fixed;
    +    margin-left: 0px;
    +    padding-top: 100px;
    +    padding-left: 5px;
    +    width: 10px;
    +    height: 80%;
    +    cursor: pointer;
    +    background-size: contain;
    +    background-color: #D4F0FF;
    +    border-radius: 10px 0px 0px 10px;
    --- End diff --
    
    the border-radius looks a bit wired since it's the only thing that has 
rounded corners in the page, try remove this line?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to