From 41fce9e7a9347798aa2605e5ff7ded4aee92e8a5 Mon Sep 17 00:00:00 2001 From: bonkmaykr <42302831+bonkmaykrQ@users.noreply.github.com> Date: Tue, 4 Oct 2022 16:07:43 -0500 Subject: [PATCH] Secondary nav border fixes - tooltip fixes --- blueroses.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/blueroses.css b/blueroses.css index 6fa2ee1..0f1ef37 100644 --- a/blueroses.css +++ b/blueroses.css @@ -362,7 +362,7 @@ nav#SecondaryNav { secondary nav sizes would cause inconsistencies when expanded*/ padding:0px; backdrop-filter: blur(10px); - overflow:visible; /*fix scrollbars appearing when Secondary Nav Hover Animations is installed*/ + overflow:hidden; /*fix scrollbars appearing when Secondary Nav Hover Animations is installed*/ } nav#SecondaryNav.Expanded { @@ -434,19 +434,19 @@ a#SiteLogo > img { #PrimaryNav .UserPoints {text-shadow: 0px 0px 8px black, 0px 0px 2px black;} -body.site-gamebanana > div[id^="tippy-"] > .tippy-box > .tippy-content { +div[id^="tippy-"] > .tippy-box > .tippy-content { /*margin-top:5px; max-height: 90vh;*/ border: 2px solid #fc4b7f !important; - border-radius: 0px 0px 18px 18px; - border-top:none !important; + border-radius: 18px; background: var(--SecondaryNavBackgroundColor); padding:10px !important; backdrop-filter: blur(10px); } -body.site-gamebanana > div[id^="tippy-"] { - margin:-7px; +div[id^="tippy-"] > .tippy-box[data-theme*="dropdown"] > .tippy-content { + border-top:none !important; + border-radius: 0px 0px 18px 18px; } #NavGamesMenuToggle {filter:drop-shadow(0px 0px 8px black) drop-shadow(0px 0px 2px black);}