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

fmt: Minor CSS optimization needed for stylelint

jamesread 3 лет назад
Родитель
Сommit
f1ba1c55a6
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      webui/style.css

+ 1 - 4
webui/style.css

@@ -300,10 +300,7 @@ details[open] {
 
 form.action-arguments {
   position: absolute;
-  top: 0;
-  bottom: 0;
-  left: 0;
-  right: 0;
+  inset: 0;
   padding: 1em;
   box-shadow: 0 0 6px 0 #aaa;
   background-color: #dee3e7;