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;