mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
fix: Update topbar width to use 100% instead of 100vw for better responsiveness
This commit is contained in:
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
height: 48px;
|
height: 48px;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
|
|
||||||
background: #1f1f1f98;
|
background: #1f1f1f98;
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
|
|||||||
Reference in New Issue
Block a user