You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/02/06 22:59:42 UTC

[spark] branch master updated: [MINOR][DOC] Fix document UI left menu broken

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 4804445  [MINOR][DOC] Fix document UI left menu broken
4804445 is described below

commit 4804445327f06ae3a26365d8f110f06ea07eb637
Author: Yuanjian Li <xy...@gmail.com>
AuthorDate: Thu Feb 6 14:58:53 2020 -0800

    [MINOR][DOC] Fix document UI left menu broken
    
    ### What changes were proposed in this pull request?
    Fix the left menu broken introduced in #25459.
    
    ### Why are the changes needed?
    The `left-menu-wrapper` CSS reused for both ml-guide and sql-programming-guide, the before changes will break the UI.
    
    Before:
    ![image](https://user-images.githubusercontent.com/4833765/73952563-1061d800-493a-11ea-8a75-d802a1534a44.png)
    ![image](https://user-images.githubusercontent.com/4833765/73952584-18217c80-493a-11ea-85a3-ce5f9875545f.png)
    ![image](https://user-images.githubusercontent.com/4833765/73952605-21124e00-493a-11ea-8d79-24f4dfec73d9.png)
    
    After:
    ![image](https://user-images.githubusercontent.com/4833765/73952630-2a031f80-493a-11ea-80ff-4630801cfaf4.png)
    ![image](https://user-images.githubusercontent.com/4833765/73952652-30919700-493a-11ea-9db1-8bb4a3f913b4.png)
    ![image](https://user-images.githubusercontent.com/4833765/73952671-35eee180-493a-11ea-801b-d50c4397adf2.png)
    
    ### Does this PR introduce any user-facing change?
    Document UI change only.
    
    ### How was this patch tested?
    Local test, screenshot attached below.
    
    Closes #27479 from xuanyuanking/doc-ui.
    
    Authored-by: Yuanjian Li <xy...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 docs/css/main.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/css/main.css b/docs/css/main.css
index e24dff8..dc05d28 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -211,8 +211,6 @@ a.anchorjs-link:hover { text-decoration: none; }
   float: left;
   position: fixed;
   overflow-y: scroll;
-  top: 0;
-  bottom: 0;
 }
 
 .left-menu {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org