mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
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:
parent
5d8a8bba2a
commit
0c768524d2
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ rt {
|
|||
}
|
||||
}
|
||||
|
||||
.ti {
|
||||
.ti, ph-lg {
|
||||
width: 1.28em;
|
||||
vertical-align: -12%;
|
||||
line-height: 1em;
|
||||
|
|
|
@ -347,7 +347,7 @@ definePage(() => ({
|
|||
text-align: center;
|
||||
border-radius: 99rem;
|
||||
|
||||
& :global(.ti) {
|
||||
& :global(.ti), & :global(.ph-lg) {
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue