diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-29 12:46:05 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-29 12:46:05 +0900 |
| commit | abde13221fccfa0720137e349c1775b5ac9f6863 (patch) | |
| tree | 73495fcfbc2747bebeea6cb6cd62aa4380335865 /src/client | |
| parent | New Crowdin updates (#6867) (diff) | |
| download | misskey-abde13221fccfa0720137e349c1775b5ac9f6863.tar.gz misskey-abde13221fccfa0720137e349c1775b5ac9f6863.tar.bz2 misskey-abde13221fccfa0720137e349c1775b5ac9f6863.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/remote-caution.vue | 2 | ||||
| -rw-r--r-- | src/client/pages/user/index.vue | 4 | ||||
| -rw-r--r-- | src/client/themes/d-black.json5 | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/src/client/components/remote-caution.vue b/src/client/components/remote-caution.vue index fe65bcd9cc..dfb1d4eb5e 100644 --- a/src/client/components/remote-caution.vue +++ b/src/client/components/remote-caution.vue @@ -26,6 +26,8 @@ export default defineComponent({ .jmgmzlwq { font-size: 0.8em; padding: 16px; + background: var(--infoWarnBg); + color: var(--infoWarnFg); > a { margin-left: 4px; diff --git a/src/client/pages/user/index.vue b/src/client/pages/user/index.vue index 70f6662604..d431849b61 100644 --- a/src/client/pages/user/index.vue +++ b/src/client/pages/user/index.vue @@ -1,7 +1,9 @@ <template> <div> <div class="ftskorzw wide _section" v-if="user && narrow === false"> - <div class="banner-container" :style="style"> + <MkRemoteCaution v-if="user.host != null" :href="user.url" class="_vMargin"/> + + <div class="banner-container _vMargin" :style="style"> <div class="banner" ref="banner" :style="style"></div> </div> <div class="contents"> diff --git a/src/client/themes/d-black.json5 b/src/client/themes/d-black.json5 index 497802c800..2608891e73 100644 --- a/src/client/themes/d-black.json5 +++ b/src/client/themes/d-black.json5 @@ -8,7 +8,7 @@ props: { divider: '#2d2d2d', - panel: '#111111', + panel: '#131313', panelHeaderBg: '@panel', panelHeaderDivider: '@divider', panelShadow: '" 0 8px 24px rgb(0 0 0 / 25%)', |