Skip to content

Commit 6624ae0

Browse files
committed
update: store navbar max width
1 parent 268349b commit 6624ae0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/css/webkit.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ body.v6::-webkit-scrollbar {
5959
align-items: center;
6060
justify-content: space-between;
6161
width: 100% !important;
62-
max-width: 1248px;
62+
max-width: 1200px;
6363
height: auto !important;
6464
margin: 12px 0 0 !important;
6565
padding: 6px 16px;
@@ -412,7 +412,7 @@ body.v6::-webkit-scrollbar {
412412
left: 50%;
413413
transform: translate(-50%);
414414
width: 100%;
415-
max-width: 1248px;
415+
max-width: 1200px;
416416
height: unset !important;
417417
margin: 16px 0 0;
418418
padding: 6px 16px;

0 commit comments

Comments
 (0)