updated preview to account for underlay
This commit is contained in:
parent
8462853269
commit
e46bb94226
|
@ -31,9 +31,11 @@ h4 {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
max-width: 980px;
|
max-width: 980px;
|
||||||
|
align-content: flex-start;
|
||||||
|
}
|
||||||
|
.underlay {
|
||||||
background-color: rgba(0,0,0,0.15);
|
background-color: rgba(0,0,0,0.15);
|
||||||
background-color: var(--underlay, rgba(0,0,0,0.15));
|
background-color: var(--underlay, rgba(0,0,0,0.15));
|
||||||
align-content: flex-start;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-center {
|
.text-center {
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<div
|
<div
|
||||||
id="content"
|
id="content"
|
||||||
class="container"
|
class="container underlay"
|
||||||
>
|
>
|
||||||
<div class="sidebar-flexer mobile-hidden">
|
<div class="sidebar-flexer mobile-hidden">
|
||||||
<div class="sidebar-bounds">
|
<div class="sidebar-bounds">
|
||||||
|
|
|
@ -1,101 +1,117 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="panel dummy">
|
<div class="preview-container">
|
||||||
<div class="panel-heading">
|
<div class="underlay underlay-preview"/>
|
||||||
<div class="title">
|
<div class="panel dummy">
|
||||||
{{ $t('settings.style.preview.header') }}
|
<div class="panel-heading">
|
||||||
<span class="badge badge-notification">
|
<div class="title">
|
||||||
99
|
{{ $t('settings.style.preview.header') }}
|
||||||
|
<span class="badge badge-notification">
|
||||||
|
99
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<span class="faint">
|
||||||
|
{{ $t('settings.style.preview.header_faint') }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
<span class="alert error">
|
||||||
<span class="faint">
|
{{ $t('settings.style.preview.error') }}
|
||||||
{{ $t('settings.style.preview.header_faint') }}
|
|
||||||
</span>
|
|
||||||
<span class="alert error">
|
|
||||||
{{ $t('settings.style.preview.error') }}
|
|
||||||
</span>
|
|
||||||
<button class="btn">
|
|
||||||
{{ $t('settings.style.preview.button') }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body theme-preview-content">
|
|
||||||
<div class="post">
|
|
||||||
<div class="avatar">
|
|
||||||
( ͡° ͜ʖ ͡°)
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<h4>
|
|
||||||
{{ $t('settings.style.preview.content') }}
|
|
||||||
</h4>
|
|
||||||
|
|
||||||
<i18n path="settings.style.preview.text">
|
|
||||||
<code style="font-family: var(--postCodeFont)">
|
|
||||||
{{ $t('settings.style.preview.mono') }}
|
|
||||||
</code>
|
|
||||||
<a style="color: var(--link)">
|
|
||||||
{{ $t('settings.style.preview.link') }}
|
|
||||||
</a>
|
|
||||||
</i18n>
|
|
||||||
|
|
||||||
<div class="icons">
|
|
||||||
<i
|
|
||||||
style="color: var(--cBlue)"
|
|
||||||
class="button-icon icon-reply"
|
|
||||||
/>
|
|
||||||
<i
|
|
||||||
style="color: var(--cGreen)"
|
|
||||||
class="button-icon icon-retweet"
|
|
||||||
/>
|
|
||||||
<i
|
|
||||||
style="color: var(--cOrange)"
|
|
||||||
class="button-icon icon-star"
|
|
||||||
/>
|
|
||||||
<i
|
|
||||||
style="color: var(--cRed)"
|
|
||||||
class="button-icon icon-cancel"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="after-post">
|
|
||||||
<div class="avatar-alt">
|
|
||||||
:^)
|
|
||||||
</div>
|
|
||||||
<div class="content">
|
|
||||||
<i18n
|
|
||||||
path="settings.style.preview.fine_print"
|
|
||||||
tag="span"
|
|
||||||
class="faint"
|
|
||||||
>
|
|
||||||
<a style="color: var(--faintLink)">
|
|
||||||
{{ $t('settings.style.preview.faint_link') }}
|
|
||||||
</a>
|
|
||||||
</i18n>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="separator" />
|
|
||||||
|
|
||||||
<span class="alert error">
|
|
||||||
{{ $t('settings.style.preview.error') }}
|
|
||||||
</span>
|
|
||||||
<input
|
|
||||||
:value="$t('settings.style.preview.input')"
|
|
||||||
type="text"
|
|
||||||
>
|
|
||||||
|
|
||||||
<div class="actions">
|
|
||||||
<span class="checkbox">
|
|
||||||
<input
|
|
||||||
id="preview_checkbox"
|
|
||||||
checked="very yes"
|
|
||||||
type="checkbox"
|
|
||||||
>
|
|
||||||
<label for="preview_checkbox">{{ $t('settings.style.preview.checkbox') }}</label>
|
|
||||||
</span>
|
</span>
|
||||||
<button class="btn">
|
<button class="btn">
|
||||||
{{ $t('settings.style.preview.button') }}
|
{{ $t('settings.style.preview.button') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="panel-body theme-preview-content">
|
||||||
|
<div class="post">
|
||||||
|
<div class="avatar">
|
||||||
|
( ͡° ͜ʖ ͡°)
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h4>
|
||||||
|
{{ $t('settings.style.preview.content') }}
|
||||||
|
</h4>
|
||||||
|
|
||||||
|
<i18n path="settings.style.preview.text">
|
||||||
|
<code style="font-family: var(--postCodeFont)">
|
||||||
|
{{ $t('settings.style.preview.mono') }}
|
||||||
|
</code>
|
||||||
|
<a style="color: var(--link)">
|
||||||
|
{{ $t('settings.style.preview.link') }}
|
||||||
|
</a>
|
||||||
|
</i18n>
|
||||||
|
|
||||||
|
<div class="icons">
|
||||||
|
<i
|
||||||
|
style="color: var(--cBlue)"
|
||||||
|
class="button-icon icon-reply"
|
||||||
|
/>
|
||||||
|
<i
|
||||||
|
style="color: var(--cGreen)"
|
||||||
|
class="button-icon icon-retweet"
|
||||||
|
/>
|
||||||
|
<i
|
||||||
|
style="color: var(--cOrange)"
|
||||||
|
class="button-icon icon-star"
|
||||||
|
/>
|
||||||
|
<i
|
||||||
|
style="color: var(--cRed)"
|
||||||
|
class="button-icon icon-cancel"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="after-post">
|
||||||
|
<div class="avatar-alt">
|
||||||
|
:^)
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<i18n
|
||||||
|
path="settings.style.preview.fine_print"
|
||||||
|
tag="span"
|
||||||
|
class="faint"
|
||||||
|
>
|
||||||
|
<a style="color: var(--faintLink)">
|
||||||
|
{{ $t('settings.style.preview.faint_link') }}
|
||||||
|
</a>
|
||||||
|
</i18n>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="separator" />
|
||||||
|
|
||||||
|
<span class="alert error">
|
||||||
|
{{ $t('settings.style.preview.error') }}
|
||||||
|
</span>
|
||||||
|
<input
|
||||||
|
:value="$t('settings.style.preview.input')"
|
||||||
|
type="text"
|
||||||
|
>
|
||||||
|
|
||||||
|
<div class="actions">
|
||||||
|
<span class="checkbox">
|
||||||
|
<input
|
||||||
|
id="preview_checkbox"
|
||||||
|
checked="very yes"
|
||||||
|
type="checkbox"
|
||||||
|
>
|
||||||
|
<label for="preview_checkbox">{{ $t('settings.style.preview.checkbox') }}</label>
|
||||||
|
</span>
|
||||||
|
<button class="btn">
|
||||||
|
{{ $t('settings.style.preview.button') }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.preview-container {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.underlay-preview {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 10px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
@ -116,9 +116,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="preview-container">
|
<preview :style="previewRules" />
|
||||||
<preview :style="previewRules" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<keep-alive>
|
<keep-alive>
|
||||||
<tab-switcher key="style-tweak">
|
<tab-switcher key="style-tweak">
|
||||||
|
|
Loading…
Reference in a new issue