From 76ccae8a2f7ce4ded27509249ef4b99199944fde Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Nov 2023 18:17:32 +0900 Subject: [PATCH] chore(frontend): tweak rt style for safari --- packages/frontend/src/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 7bb443cecee5..978707140cdf 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%;