Просмотр исходного кода

Merge pull request #4928 from composer404/master

Eugeny 4 лет назад
Родитель
Сommit
2b57061949
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      tabby-core/src/components/windowControls.component.scss

+ 6 - 0
tabby-core/src/components/windowControls.component.scss

@@ -13,6 +13,7 @@ button {
     line-height: 0;
     text-align: center;
     align-items: center;
+    justify-content: center;
     
     &:not(:hover):not(:active) {
         background: transparent;
@@ -21,4 +22,9 @@ button {
     &:focus {
         box-shadow: none;
     }
+
+    svg {
+        width: 10px;
+        height: 10px;
+    }
 }