elaboration and spacing

appearance-tab
Henry Jameson 2 months ago
parent 2928959138
commit f4544f0742

@ -9,6 +9,7 @@
>
<slot />
</label>
{{ ' ' }}
<input
:id="path"
class="input number-input"

@ -1,5 +1,5 @@
<template>
<div :label="$t('settings.general')">
<div class="appearance-tab" :label="$t('settings.general')">
<div class="setting-item">
<h2>{{ $t('settings.theme') }}</h2>
<ul
@ -34,6 +34,9 @@
</button>
</ul>
</div>
<div class="alert neutral theme-notice">
{{ $t("settings.style.appearance_tab_note") }}
</div>
<div class="setting-item">
<h2>{{ $t('settings.scale_and_layout') }}</h2>
<ul class="setting-list">
@ -254,19 +257,25 @@
<script src="./appearance_tab.js"></script>
<style lang="scss">
.column-settings {
.appearance-tab {
.theme-notice {
padding: 0.5em;
margin: 1em;
}
.column-settings {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
}
.column-settings .size-label {
.column-settings .size-label {
display: block;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
}
.theme-list {
.theme-list {
list-style: none;
display: flex;
flex-wrap: wrap;
@ -299,5 +308,6 @@
text-align: left;
}
}
}
}
</style>

@ -1,4 +1,9 @@
.theme-tab {
.deprecation-warning {
padding: 0.5em;
margin: 2em;
}
padding-bottom: 2em;
.preset-switcher {

@ -1,6 +1,6 @@
<template>
<div class="theme-tab">
<div class="alert warning">
<div class="alert warning deprecation-warning">
{{ $t("settings.style.themes2_outdated") }}
</div>
<div class="presets-container">

@ -741,7 +741,8 @@
"more_settings": "More settings",
"style": {
"custom_theme_used": "(Custom theme)",
"themes2_outdated": "Editor for Themes V2 is no longer supported and presented here for sake of legacy.",
"themes2_outdated": "Editor for Themes V2 is being phased out and will eventually be replaced with a new one that takes advantage of new Themes V3 engine. It should still work but experience might be degraded and inconsistent.",
"appearance_tab_note": "Changes on this tab do not affect the theme used",
"update_preview": "Update preview",
"themes3": {
"define": "Override",

Loading…
Cancel
Save