Fix AI21 icon styles

This commit is contained in:
Cohee
2023-12-14 16:56:39 +02:00
parent 40e15f5762
commit b524870544

View File

@@ -3665,12 +3665,13 @@ a {
} }
.icon-svg { .icon-svg {
fill: currentColor;
/* Takes on the color of the surrounding text */ /* Takes on the color of the surrounding text */
fill: currentColor;
width: auto; width: auto;
height: 14px; height: 14px;
vertical-align: middle; aspect-ratio: 1;
/* To align with adjacent text */ /* To align with adjacent text */
place-self: center;
} }
.paginationjs { .paginationjs {