diff --git a/blueroses.css b/blueroses.css index 00016e2..d55caa4 100644 --- a/blueroses.css +++ b/blueroses.css @@ -364,6 +364,22 @@ nav#SecondaryNav { overflow:visible; /*fix scrollbars appearing when Secondary Nav Hover Animations is installed*/ } +#tippy-16, #tippy-8 { + margin-bottom:7.5px; + border:2px solid #4f4faa !important; + border-top:none !important; + border-radius: 0px 0px 18px 18px; + backdrop-filter: blur(10px); + overflow:visible; /*fix scrollbars appearing when Secondary Nav Hover Animations is installed*/ + background: #3e36abdd; + transition-duration:0s !important; + /*i'm too fuckin stupid to add the transition properly, the classes needed are not clear*/ +}#tippy-16 div.tippy-box, #tippy-8 div.tippy-box {margin:0px !important; + transition-duration:0.00000001s !important;} +/*settings this to 0 breaks shit for some reason, pb why????*/ + +#tippy-8 {max-width:350px;width:100%;min-width:100px;} + nav#SecondaryNav.Expanded { overflow:hidden; /*fixes corners*/ }