diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-14 16:39:53 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-14 16:39:53 +0900 |
| commit | 449dc17df8fe3b6cc220aaabd576b0f04f6028da (patch) | |
| tree | 33e5c4da1b43f1bba0a02501150c760623fc9798 /src/client/widgets/trends.vue | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.76.0 (diff) | |
| download | misskey-449dc17df8fe3b6cc220aaabd576b0f04f6028da.tar.gz misskey-449dc17df8fe3b6cc220aaabd576b0f04f6028da.tar.bz2 misskey-449dc17df8fe3b6cc220aaabd576b0f04f6028da.zip | |
Merge branch 'develop'
Diffstat (limited to 'src/client/widgets/trends.vue')
| -rw-r--r-- | src/client/widgets/trends.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/widgets/trends.vue b/src/client/widgets/trends.vue index 300e3b31de..cd7202f1f8 100644 --- a/src/client/widgets/trends.vue +++ b/src/client/widgets/trends.vue @@ -79,7 +79,7 @@ export default defineComponent({ display: flex; align-items: center; padding: 14px 16px; - border-bottom: solid 1px var(--divider); + border-bottom: solid 0.5px var(--divider); > .tag { flex: 1; |