1
0

Tippy nav popouts

This commit is contained in:
bonkmaykr
2021-11-19 20:13:04 -06:00
committed by GitHub
parent 4b8fad7eeb
commit 8633fdec01

View File

@@ -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*/
}