fix: Update topbar width to use 100% instead of 100vw for better responsiveness

This commit is contained in:
MasterAcnolo
2025-12-20 10:10:42 +01:00
parent fb4571fc51
commit 0a4f14fba7
2 changed files with 1 additions and 16 deletions

15
.vscode/settings.json vendored
View File

@@ -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
}
}

View File

@@ -4,7 +4,7 @@
justify-content: space-between;
height: 48px;
width: 100vw;
width: 100%;
background: #1f1f1f98;
color: #eaeaea;