diff --git a/public/assets/css/style.css b/public/assets/css/style.css index a042ac7..6435e6e 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -481,7 +481,6 @@ 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 ca080d6..6e51525 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,6 +5,7 @@ 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'; @@ -107,7 +108,7 @@ onMounted(async () => { - + { /> --> - + +
+ + +
+