Move fix to the existing btn--circle class
This commit is contained in:
@@ -22,11 +22,6 @@
|
||||
max-inline-size: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
/* FF fix */
|
||||
&.btn {
|
||||
justify-content: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar__form {
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
block-size: var(--btn-size);
|
||||
display: grid;
|
||||
inline-size: var(--btn-size);
|
||||
justify-content: normal; /* FF fix */
|
||||
place-items: center;
|
||||
|
||||
> * {
|
||||
|
||||
Reference in New Issue
Block a user