Fix AI21 icon styles

This commit is contained in:
Cohee 2023-12-14 16:56:39 +02:00
parent 40e15f5762
commit b524870544
1 changed files with 3 additions and 2 deletions

View File

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