Browse Source

Fix checkbox styles

simov 8 năm trước cách đây
mục cha
commit
30872f0e1a
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      css/options.css

+ 1 - 3
css/options.css

@@ -108,11 +108,9 @@ footer a:nth-of-type(2):before {
 /*switch*/
 .m-switch {
   cursor: pointer;
+  display: table;
   margin: 7px 0;
 }
-.m-switch:last-child {
-  margin-bottom: 16px;
-}
 .m-switch .mdc-switch__background {
   display: inline-block;
   bottom: 5px;