From 4f19ace4c48abd475daf8b81133fb2eee34c5b9c Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 6 Sep 2023 16:55:28 -0500 Subject: [PATCH] Add height to navcenter elem --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5bb5847..1567a50 100644 --- a/style.css +++ b/style.css @@ -264,6 +264,7 @@ nav.top { nav.top div.navcenter { display: flex; max-width: 1200px; + height: 36px; margin: auto; overflow: visible; border-right: var(--acc-nav-separator); @@ -1681,4 +1682,4 @@ div.user-input-box .userlink > * { /* AD STYLING */ .adbanner img { max-width: 100%; -} \ No newline at end of file +}