Browse Source

Merges fix from m-voloshin for Firefox toolbar

j8
yanas 9 years ago
parent
commit
891c108191
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      css/_toolbars.scss

+ 2
- 2
css/_toolbars.scss View File

@@ -56,11 +56,11 @@
56 56
 }
57 57
 
58 58
 #extendedToolbar {
59
-    display: flex;
60
-    display: -webkit-box;
61 59
     display: -moz-box;
62 60
     display: -ms-flexbox;
61
+    display: -webkit-box;
63 62
     display: -webkit-flex;
63
+    display: flex;
64 64
     width: $defaultToolbarSize;
65 65
     height: 100%;
66 66
     top: 0px;

Loading…
Cancel
Save