From 80c1ad85a0badf44871be0a669250940eb751ab9 Mon Sep 17 00:00:00 2001 From: OCDkirby Date: Fri, 14 Jul 2023 23:51:57 -0500 Subject: [PATCH] Indents --- src/App.vue | 28 +++++++++---------- src/components/ContentCard.vue | 50 +++++++++++++++++----------------- src/components/MainCard.vue | 24 ++++++++-------- 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5541c6b..d08020e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -149,11 +149,11 @@ const darkThemeOverrides: GlobalThemeOverrides = { } .column { - height: 100%; /* allows both columns to span the full height of the browser window */ - display: flex; - flex-direction: column; /* stacks the left and right headers above the bottom content */ - flex-wrap: nowrap; - margin: 8px; + height: 100%; /* allows both columns to span the full height of the browser window */ + display: flex; + flex-direction: column; /* stacks the left and right headers above the bottom content */ + flex-wrap: nowrap; + margin: 8px; } .column-content { display: flex; @@ -163,12 +163,12 @@ const darkThemeOverrides: GlobalThemeOverrides = { } #main-column { - /* flex-shrink: 0; /* makes sure that content is not cut off in a smaller browser window */ /* [OCDkirby: so that was a fucking lie.] */ - flex-shrink: 1; - flex-grow: 4; - align-self: center; - align-items: center; - gap: 16px; + /* flex-shrink: 0; /* makes sure that content is not cut off in a smaller browser window */ /* [OCDkirby: so that was a fucking lie.] */ + flex-shrink: 1; + flex-grow: 4; + align-self: center; + align-items: center; + gap: 16px; } #right-column { @@ -183,12 +183,12 @@ const darkThemeOverrides: GlobalThemeOverrides = { } .top-main { - flex-shrink: 0; + flex-shrink: 0; } .top-right { - flex-shrink: 0; - display: flex; + flex-shrink: 0; + display: flex; } diff --git a/src/components/ContentCard.vue b/src/components/ContentCard.vue index 912f5f0..22e2679 100644 --- a/src/components/ContentCard.vue +++ b/src/components/ContentCard.vue @@ -23,33 +23,33 @@ import '../assets/text-styles.css'; \ No newline at end of file diff --git a/src/components/MainCard.vue b/src/components/MainCard.vue index 04e6f2c..0569785 100644 --- a/src/components/MainCard.vue +++ b/src/components/MainCard.vue @@ -11,19 +11,19 @@ defineProps({ \ No newline at end of file