From b8694f56d687307c64ba6775f9f0d4c064a2669a Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 2 Jul 2022 15:26:22 +1000 Subject: Adjust tutorial content --- src/App.vue | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index e368342..68888ee 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,22 +2,22 @@
-
-

Tilo (prototype)

+
+

Tilo

- - + + + + + - + - - - - - + +
@@ -219,6 +219,7 @@ export default defineComponent({ } else { return { height: this.uiOpts.tutPaneSz + 'px', + minWidth: '10cm', maxWidth: '10cm', borderRadius: this.uiOpts.borderRadius + 'px', boxShadow: '0 0 3px black', -- cgit v1.2.3