Apply linter

This commit is contained in:
Kalle
2022-09-26 20:24:43 +03:00
parent 63d78bc3ae
commit ced742bbad

View File

@@ -784,6 +784,7 @@ dialog::backdrop {
.build__ability {
width: var(--ability-size);
height: var(--ability-size);
padding: 0;
border: 2px solid var(--theme-transparent);
border-right: 0;
border-bottom: 0;
@@ -792,7 +793,6 @@ dialog::backdrop {
border-radius: 50%;
box-shadow: 0 0 0 1px var(--bg-ability);
user-select: none;
padding: 0;
}
.build__bottom-row {