Ver código fonte

fix(toolbar): ensure centered toolbar

Maybe there is a case that can be triggered somehow where
the toolbar becomes off center.
master
Leonard Kim 7 anos atrás
pai
commit
78866b0dd7
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      css/_toolbars.scss

+ 4
- 0
css/_toolbars.scss Ver arquivo

@@ -39,8 +39,12 @@
39 39
     box-sizing: border-box;
40 40
     display: flex;
41 41
     justify-content: space-between;
42
+    left: 0;
43
+    margin-left: auto;
44
+    margin-right: auto;
42 45
     padding: 12px 8px;
43 46
     position: absolute;
47
+    right: 0;
44 48
     transition: bottom .3s ease-in;
45 49
     width: 100%;
46 50
     z-index: $toolbarZ;

Carregando…
Cancelar
Salvar