Explorar el Código

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

master
Leonard Kim hace 6 años
padre
commit
ab022c62f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      css/filmstrip/_vertical_filmstrip.scss

+ 1
- 1
css/filmstrip/_vertical_filmstrip.scss Ver fichero

@@ -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

Loading…
Cancelar
Guardar