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