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>
|
||||
<dt>Storage</dt>
|
||||
<dd>{{ sharedStorageCheckResult.path }}</dd>
|
||||
<dt>Blender</dt>
|
||||
<dt>Blender Command</dt>
|
||||
<dd v-if="selectedBlender.source == 'file_association'">
|
||||
Whatever Blender is associated with .blend files
|
||||
(currently "<code>{{ selectedBlender.path }}</code>")
|
||||
@ -479,6 +479,17 @@ export default {
|
||||
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 {
|
||||
color: var(--color-text-highlight);
|
||||
font-size: var(--font-size-lg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user