diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-17 18:17:32 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-17 18:17:32 +0900 |
| commit | 76ccae8a2f7ce4ded27509249ef4b99199944fde (patch) | |
| tree | 879ae4ed13e24835648c9e77df7d36646c528637 | |
| parent | 2023.11.1 (diff) | |
| download | sharkey-76ccae8a2f7ce4ded27509249ef4b99199944fde.tar.gz sharkey-76ccae8a2f7ce4ded27509249ef4b99199944fde.tar.bz2 sharkey-76ccae8a2f7ce4ded27509249ef4b99199944fde.zip | |
chore(frontend): tweak rt style for safari
| -rw-r--r-- | packages/frontend/src/style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 7bb443cece..978707140c 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -132,6 +132,10 @@ hr { background: var(--divider); } +rt { + text-align: center; +} + .ti { width: 1.28em; vertical-align: -12%; |