Browse Source

Fix checkbox styles

simov 7 years ago
parent
commit
30872f0e1a
1 changed files with 1 additions and 3 deletions
  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;