浏览代码

fix(filmstrip): bring down height to avoid electron drag area

master
Leonard Kim 6 年前
父节点
当前提交
ab022c62f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      css/filmstrip/_vertical_filmstrip.scss

+ 1
- 1
css/filmstrip/_vertical_filmstrip.scss 查看文件

25
     display: flex;
25
     display: flex;
26
     flex-direction: column-reverse;
26
     flex-direction: column-reverse;
27
     height: 100%;
27
     height: 100%;
28
-    padding: 10px 5px;
28
+    padding: 20px 5px 10px;
29
     /**
29
     /**
30
      * fixed positioning is necessary for remote menus and tooltips to pop
30
      * fixed positioning is necessary for remote menus and tooltips to pop
31
      * out of the scrolling filmstrip. AtlasKit dialogs and tooltips use
31
      * out of the scrolling filmstrip. AtlasKit dialogs and tooltips use

正在加载...
取消
保存