diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-15 17:02:24 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-15 17:02:24 +0000 |
| commit | dc897a5fef9ed10e23bee9b36ee719c31996f7a5 (patch) | |
| tree | 1dad722edc84b5ba1759a13e1944167c5ffcf7c3 /src/components/settings_modal/tabs/theme_tab/preview.vue | |
| parent | 4d2056d8aaa8f2c20a3275503857d38ac9112e5f (diff) | |
| parent | d2ba67d565ba68acc1938dc9ae2c866a6e39d4d6 (diff) | |
Merge branch 'tusooa/stylelint' into 'develop'
Use stylelint
Closes #1173 and #857
See merge request pleroma/pleroma-fe!1752
Diffstat (limited to 'src/components/settings_modal/tabs/theme_tab/preview.vue')
| -rw-r--r-- | src/components/settings_modal/tabs/theme_tab/preview.vue | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/components/settings_modal/tabs/theme_tab/preview.vue b/src/components/settings_modal/tabs/theme_tab/preview.vue index ba6bd529..d755279a 100644 --- a/src/components/settings_modal/tabs/theme_tab/preview.vue +++ b/src/components/settings_modal/tabs/theme_tab/preview.vue @@ -33,10 +33,10 @@ scope="global" keypath="settings.style.preview.text" > - <code style="font-family: var(--postCodeFont)"> + <code style="font-family: var(--postCodeFont);"> {{ $t('settings.style.preview.mono') }} </code> - <a style="color: var(--link)"> + <a style="color: var(--link);"> {{ $t('settings.style.preview.link') }} </a> </i18n-t> @@ -44,25 +44,25 @@ <div class="icons"> <FAIcon fixed-width - style="color: var(--cBlue)" + style="color: var(--cBlue);" class="fa-scale-110 fa-old-padding" icon="reply" /> <FAIcon fixed-width - style="color: var(--cGreen)" + style="color: var(--cGreen);" class="fa-scale-110 fa-old-padding" icon="retweet" /> <FAIcon fixed-width - style="color: var(--cOrange)" + style="color: var(--cOrange);" class="fa-scale-110 fa-old-padding" icon="star" /> <FAIcon fixed-width - style="color: var(--cRed)" + style="color: var(--cRed);" class="fa-scale-110 fa-old-padding" icon="times" /> @@ -81,7 +81,7 @@ class="faint" scope="global" > - <a style="color: var(--faintLink)"> + <a style="color: var(--faintLink);"> {{ $t('settings.style.preview.faint_link') }} </a> </i18n-t> @@ -138,6 +138,7 @@ export default {} .preview-container { position: relative; } + .underlay-preview { position: absolute; top: 0; |
