Change dropdown menu appearance

This commit is contained in:
Shadowfacts 2019-06-28 21:59:01 -04:00
parent 5ba89e0ed2
commit 8a490a362c
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 3 additions and 5 deletions

View File

@ -301,14 +301,12 @@ figure {
opacity: 0;
min-width: 5rem;
position: absolute;
transition: all 0.5s ease;
transition: 0.3s ease all;
right: -1em;
display: none;
display: block;
padding: 1em;
background-color: var(--ui-background-color);
box-shadow: 0 10px 15px -5px var(--shadow-color), // bottom
10px 0 15px -5px var(--shadow-color), // right
-10px 0 15px -5px var(--shadow-color); // left
border: 1px solid var(--accent-color);
z-index: 10;
li {