apply more styles to our icons - fixes #1081

the way we replace icons, the `ti` class gets removed, so those styles
were not applied; we always add a `ph-lg` class, so we select on that
one

I've left the `ti` selectors to hopefully make future merge conflicts
clearer
This commit is contained in:
dakkar 2025-05-30 17:43:15 +01:00
parent 5d8a8bba2a
commit 0c768524d2
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ rt {
}
}
.ti {
.ti, ph-lg {
width: 1.28em;
vertical-align: -12%;
line-height: 1em;

View file

@ -347,7 +347,7 @@ definePage(() => ({
text-align: center;
border-radius: 99rem;
& :global(.ti) {
& :global(.ti), & :global(.ph-lg) {
line-height: 2.5rem;
}