mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix AI21 icon styles
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user