Move fix to the existing btn--circle class

This commit is contained in:
Andy Smith
2025-07-21 16:57:44 -05:00
parent 7db9d972aa
commit a0ae6dccd6
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -22,11 +22,6 @@
max-inline-size: 100%;
object-fit: cover;
}
/* FF fix */
&.btn {
justify-content: normal;
}
}
.avatar__form {
+1
View File
@@ -73,6 +73,7 @@
block-size: var(--btn-size);
display: grid;
inline-size: var(--btn-size);
justify-content: normal; /* FF fix */
place-items: center;
> * {