diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-13 12:43:19 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-13 12:43:19 +0900 |
| commit | 7f2356ba4bf45b1a240c557d942ef10effb092d4 (patch) | |
| tree | e95a09a398cb6e7d1b6bdd783c79df3eebe358cd /src/client/components/remote-caution.vue | |
| parent | fix bug (diff) | |
| download | misskey-7f2356ba4bf45b1a240c557d942ef10effb092d4.tar.gz misskey-7f2356ba4bf45b1a240c557d942ef10effb092d4.tar.bz2 misskey-7f2356ba4bf45b1a240c557d942ef10effb092d4.zip | |
Tweak UI
Diffstat (limited to 'src/client/components/remote-caution.vue')
| -rw-r--r-- | src/client/components/remote-caution.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/remote-caution.vue b/src/client/components/remote-caution.vue index 98c7aaaa6e..c9c5ceea4c 100644 --- a/src/client/components/remote-caution.vue +++ b/src/client/components/remote-caution.vue @@ -1,5 +1,5 @@ <template> -<div class="jmgmzlwq _panel"><Fa :icon="faExclamationTriangle" style="margin-right: 8px;"/>{{ $ts.remoteUserCaution }}<a :href="href" rel="nofollow noopener" target="_blank">{{ $ts.showOnRemote }}</a></div> +<div class="jmgmzlwq _block"><Fa :icon="faExclamationTriangle" style="margin-right: 8px;"/>{{ $ts.remoteUserCaution }}<a :href="href" rel="nofollow noopener" target="_blank">{{ $ts.showOnRemote }}</a></div> </template> <script lang="ts"> |