Tweak menu css

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-10-28 14:25:36 -07:00
parent da3e61df9c
commit e77e8b85df

View File

@@ -71,12 +71,13 @@
.glmv-menu {
border: solid 2px #0000008F;
background: #FFFFFFCC;
overflow: hidden;
height: 32px;
width: 32px;
font-weight: bold;
border-radius: 6px;
transition: width .75s;
transition: width .5s;
position: absolute;
bottom: 50px;
left: 0;
@@ -85,7 +86,7 @@
justify-content: flex-start;
&:hover {
width: auto;
width: 128px;
& .glmv-menu-image {
transform: rotate(180deg);
@@ -97,7 +98,7 @@
width: 32px;
height: 32px;
position: relative;
transition: transform .75s;
transition: transform .5s;
flex: 0 0 32px;
}
@@ -107,6 +108,7 @@
position: relative;
margin: 2px;
flex: 0 0 28px;
border-radius: 2px;
& img {
width: 100%;