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:
@@ -4,7 +4,7 @@
|
||||
justify-content: space-between;
|
||||
|
||||
height: 48px;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
|
||||
background: #1f1f1f98;
|
||||
color: #eaeaea;
|
||||
|
||||
Reference in New Issue
Block a user