From 2e8e78f22bb9a3d85b3325eec354e3c5fd8b6e91 Mon Sep 17 00:00:00 2001 From: O3H Date: Mon, 7 Oct 2024 04:43:07 +0100 Subject: [PATCH] Update ConfigEditLayout.vue --- .../src/components/selected-game/ConfigEditLayout.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/selected-game/ConfigEditLayout.vue b/frontend/src/components/selected-game/ConfigEditLayout.vue index a7595cd..739b1e3 100644 --- a/frontend/src/components/selected-game/ConfigEditLayout.vue +++ b/frontend/src/components/selected-game/ConfigEditLayout.vue @@ -30,7 +30,7 @@ const groupedEntries = computed(() => { grouped[section][key] = newEntry } - + return grouped }) @@ -60,8 +60,7 @@ const asBool = (str: string) => {

Config Editor

- -

{{ fileName }}

+

{{ fileName }}

@@ -118,4 +117,10 @@ const asBool = (str: string) => { font-size: 22px; font-weight: 600; } + +.file-name { + font-size: 24px; + color: var(--primary-color); + text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.3); +} \ No newline at end of file