diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-31 19:37:21 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-31 19:37:21 +0900 |
| commit | 587ea5b4247ca1039ba41c5a3f703ba7813240e7 (patch) | |
| tree | 6a97850d00e52d25f1151e796a8065f2a923cfd6 /src | |
| parent | fix(client): コントロールパネルのカスタム絵文字タブが切... (diff) | |
| parent | Update emojis.vue (#7915) (diff) | |
| download | sharkey-587ea5b4247ca1039ba41c5a3f703ba7813240e7.tar.gz sharkey-587ea5b4247ca1039ba41c5a3f703ba7813240e7.tar.bz2 sharkey-587ea5b4247ca1039ba41c5a3f703ba7813240e7.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/admin/emojis.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/pages/admin/emojis.vue b/src/client/pages/admin/emojis.vue index f5952f93b8..5876db349e 100644 --- a/src/client/pages/admin/emojis.vue +++ b/src/client/pages/admin/emojis.vue @@ -168,6 +168,10 @@ export default defineComponent({ <style lang="scss" scoped> .ogwlenmc { > .local { + .empty { + margin: var(--margin); + } + .ldhfsamy { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); @@ -210,6 +214,10 @@ export default defineComponent({ } > .remote { + .empty { + margin: var(--margin); + } + .ldhfsamy { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); |