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