diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-01-08 21:44:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-01-08 21:44:02 +0900 |
| commit | d00928cf3f225688759e6381f0f1f9966f3396f7 (patch) | |
| tree | d57389bea1d6df3ee0159527b55a57c624c86bf3 /src | |
| parent | Sentry integration (diff) | |
| download | misskey-d00928cf3f225688759e6381f0f1f9966f3396f7.tar.gz misskey-d00928cf3f225688759e6381f0f1f9966f3396f7.tar.bz2 misskey-d00928cf3f225688759e6381f0f1f9966f3396f7.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/widgets/job-queue.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/widgets/job-queue.vue b/src/client/widgets/job-queue.vue index 8aad00a9c5..11bb20979b 100644 --- a/src/client/widgets/job-queue.vue +++ b/src/client/widgets/job-queue.vue @@ -124,6 +124,8 @@ export default defineComponent({ } .mkw-jobQueue { + font-size: 0.9em; + > div { padding: 16px; @@ -149,7 +151,6 @@ export default defineComponent({ > div:first-child { opacity: 0.7; - font-size: 0.9em; } } } |