This commit is contained in:
syuilo 2020-11-29 12:46:05 +09:00
parent cb17be5e2b
commit abde13221f
3 changed files with 6 additions and 2 deletions

View file

@ -26,6 +26,8 @@ export default defineComponent({
.jmgmzlwq {
font-size: 0.8em;
padding: 16px;
background: var(--infoWarnBg);
color: var(--infoWarnFg);
> a {
margin-left: 4px;

View file

@ -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">

View file

@ -8,7 +8,7 @@
props: {
divider: '#2d2d2d',
panel: '#111111',
panel: '#131313',
panelHeaderBg: '@panel',
panelHeaderDivider: '@divider',
panelShadow: '" 0 8px 24px rgb(0 0 0 / 25%)',