This commit is contained in:
		
							parent
							
								
									cb17be5e2b
								
							
						
					
					
						commit
						abde13221f
					
				|  | @ -26,6 +26,8 @@ export default defineComponent({ | |||
| .jmgmzlwq { | ||||
| 	font-size: 0.8em; | ||||
| 	padding: 16px; | ||||
| 	background: var(--infoWarnBg); | ||||
| 	color: var(--infoWarnFg); | ||||
| 
 | ||||
| 	> a { | ||||
| 		margin-left: 4px; | ||||
|  |  | |||
|  | @ -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"> | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ | |||
| 
 | ||||
| 	props: { | ||||
| 		divider: '#2d2d2d', | ||||
| 		panel: '#111111', | ||||
| 		panel: '#131313', | ||||
| 		panelHeaderBg: '@panel', | ||||
| 		panelHeaderDivider: '@divider', | ||||
| 		panelShadow: '" 0 8px 24px rgb(0 0 0 / 25%)', | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue