Setup Assistant: Tweaks to Review step
* Rename "Blender" to "Blender Command" * Style adjustments to improve readability
This commit is contained in:
parent
047a2e5953
commit
cac3b35c9d
@ -219,7 +219,7 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<dt>Storage</dt>
|
<dt>Storage</dt>
|
||||||
<dd>{{ sharedStorageCheckResult.path }}</dd>
|
<dd>{{ sharedStorageCheckResult.path }}</dd>
|
||||||
<dt>Blender</dt>
|
<dt>Blender Command</dt>
|
||||||
<dd v-if="selectedBlender.source == 'file_association'">
|
<dd v-if="selectedBlender.source == 'file_association'">
|
||||||
Whatever Blender is associated with .blend files
|
Whatever Blender is associated with .blend files
|
||||||
(currently "<code>{{ selectedBlender.path }}</code>")
|
(currently "<code>{{ selectedBlender.path }}</code>")
|
||||||
@ -479,6 +479,17 @@ export default {
|
|||||||
margin-bottom: var(--spacer-xs);
|
margin-bottom: var(--spacer-xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.setup-step dl {
|
||||||
|
background-color: var(--color-background);
|
||||||
|
border-radius: var(--border-radius);
|
||||||
|
padding: var(--spacer);
|
||||||
|
}
|
||||||
|
|
||||||
|
.setup-step dl dt {
|
||||||
|
margin-bottom: var(--spacer-sm);
|
||||||
|
width: initial;
|
||||||
|
}
|
||||||
|
|
||||||
.step-welcome ul li h3 {
|
.step-welcome ul li h3 {
|
||||||
color: var(--color-text-highlight);
|
color: var(--color-text-highlight);
|
||||||
font-size: var(--font-size-lg);
|
font-size: var(--font-size-lg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user