From 0a4f14fba7a96cf878894c0b3e8bcb0e52f18349 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sat, 20 Dec 2025 10:10:42 +0100 Subject: [PATCH] fix: Update topbar width to use 100% instead of 100vw for better responsiveness --- .vscode/settings.json | 15 --------------- public/styles/layout/topbar.css | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9b73fd6..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "editor.quickSuggestions": { - "comments": "off", - "strings": "off", - "other": "off" - }, - "editor.suggestOnTriggerCharacters": false, - "editor.parameterHints.enabled": false, - "editor.codeLens": false, - "editor.lightbulb.enabled": "off", - "editor.inlineSuggest.enabled": false, - "github.copilot.enable": { - "*": false - } -} diff --git a/public/styles/layout/topbar.css b/public/styles/layout/topbar.css index bcae7ad..807ef10 100644 --- a/public/styles/layout/topbar.css +++ b/public/styles/layout/topbar.css @@ -4,7 +4,7 @@ justify-content: space-between; height: 48px; - width: 100vw; + width: 100%; background: #1f1f1f98; color: #eaeaea;