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

View File

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