diff options
| author | dakkar <dakkar@thenautilus.net> | 2025-05-30 17:43:15 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2025-05-30 17:43:15 +0100 |
| commit | 0c768524d2bfd262d6977853c921a452cbf85af1 (patch) | |
| tree | 5a28cd232fad5f9e0b8fe39d5ffbfbab5a87d544 /packages/frontend-embed/src | |
| parent | merge: Log config file paths at startup (!1066) (diff) | |
| download | sharkey-0c768524d2bfd262d6977853c921a452cbf85af1.tar.gz sharkey-0c768524d2bfd262d6977853c921a452cbf85af1.tar.bz2 sharkey-0c768524d2bfd262d6977853c921a452cbf85af1.zip | |
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
Diffstat (limited to 'packages/frontend-embed/src')
| -rw-r--r-- | packages/frontend-embed/src/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend-embed/src/style.scss b/packages/frontend-embed/src/style.scss index ba3238cd4c..529bb606be 100644 --- a/packages/frontend-embed/src/style.scss +++ b/packages/frontend-embed/src/style.scss @@ -101,7 +101,7 @@ rt { } } -.ti { +.ti, ph-lg { width: 1.28em; vertical-align: -12%; line-height: 1em; |