diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-15 19:31:04 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-07-15 19:31:04 +0900 |
| commit | 113df688432206afd3accf634ac0ec3013d28f38 (patch) | |
| tree | f9e44f20fe38f768784aa529651f88513464e895 | |
| parent | chore(client): tweak style (diff) | |
| download | misskey-113df688432206afd3accf634ac0ec3013d28f38.tar.gz misskey-113df688432206afd3accf634ac0ec3013d28f38.tar.bz2 misskey-113df688432206afd3accf634ac0ec3013d28f38.zip | |
chore(client): tweak style
| -rw-r--r-- | packages/client/src/components/notification.vue | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue index 32f9fd07d8..10cbe20902 100644 --- a/packages/client/src/components/notification.vue +++ b/packages/client/src/components/notification.vue @@ -177,13 +177,7 @@ useTooltip(reactionRef, (showing) => { &.max-width_500px { padding: 12px; - font-size: 0.8em; - } - - &:after { - content: ""; - display: block; - clear: both; + font-size: 0.85em; } > .head { |