diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-06 14:41:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 14:41:31 +0900 |
| commit | 8959bfa1c0b558888aa7da207f8166092c51a353 (patch) | |
| tree | 6724fbcd6be6831878d4dfa6bbddcffc6052b81d /packages/frontend/src/style.scss | |
| parent | chore(deps): sharpを固定 (#15957) (diff) | |
| download | misskey-8959bfa1c0b558888aa7da207f8166092c51a353.tar.gz misskey-8959bfa1c0b558888aa7da207f8166092c51a353.tar.bz2 misskey-8959bfa1c0b558888aa7da207f8166092c51a353.zip | |
refactor(frontend): 空/エラー結果表示をコンポーネント化 (#15963)
* wip
* wip
* wip
* wip
* wip
* Update MkResult.vue
* Add storybook story for MkResult (#15964)
* Update MkResult.vue
---------
Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
Diffstat (limited to 'packages/frontend/src/style.scss')
| -rw-r--r-- | packages/frontend/src/style.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index b7ca0cfd01..341f5cb621 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -486,18 +486,6 @@ rt { } } -._fullinfo { - padding: 64px 32px; - text-align: center; - - > img { - vertical-align: bottom; - height: 128px; - margin-bottom: 16px; - border-radius: 16px; - } -} - ._link { color: var(--MI_THEME-link); } |