瀏覽代碼

fix(remote-menu): position volume slider in vertical center for firefox

master
Leonard Kim 8 年之前
父節點
當前提交
129e54e262
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      css/_popup_menu.scss

+ 1
- 1
css/_popup_menu.scss 查看文件

@@ -59,9 +59,9 @@
59 59
             width: 100%;
60 60
 
61 61
             .popupmenu__slider {
62
-                bottom: 50%;
63 62
                 position: absolute;
64 63
                 top: 50%;
64
+                transform: translate(0, -50%);
65 65
                 width: 100%;
66 66
             }
67 67
         }

Loading…
取消
儲存