diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 6435e6e..a042ac7 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -481,6 +481,7 @@ input[type=number] { .settings-subsection { padding: var(--space-xs) 0; + padding-left: 30px; } .settings-subsection h3 { margin-top: calc(var(--space-xs) * 1.5); diff --git a/src/App.vue b/src/App.vue index 6e51525..ca080d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,6 @@ import ElementPopup from './components/ElementPopup.vue'; // import PagePopup from './components/PagePopup.vue'; // DISABLED: page template styling feature import PreviewLoader from './components/PreviewLoader.vue'; import SaveButton from './components/SaveButton.vue'; -import PrintButton from './components/PrintButton.vue'; import { onMounted, ref, computed, provide } from 'vue'; import { useStylesheetStore } from './stores/stylesheet'; import { useNarrativeStore } from './stores/narrative'; @@ -108,7 +107,7 @@ onMounted(async () => { - + { /> --> - -
- - -
- +