Nikita Krupin 3 лет назад
Родитель
Сommit
3387d1ed4a
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Extensions/chrome/popup.css

+ 3 - 3
Extensions/chrome/popup.css

@@ -46,7 +46,7 @@ button {
   display: none;
   color: var(--tertiary);
   border: 2px solid var(--secondary);
-  border-radius: 1rem;
+  border-radius: 0.5rem;
   padding: 1rem;
 }
 
@@ -64,10 +64,10 @@ button {
   display: inline-block;
   width: 30px;
   height: 17px;
-  margin-bottom: 0.5em;
+  margin-bottom: 1rem;
 }
 
-.switch:last-of-time {
+.switch:last-of-type {
   margin-bottom: 0;
 }