Переглянути джерело

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

Завантаження…
Відмінити
Зберегти