diff --git a/modules/glmv.css b/modules/glmv.css index 906fc69..ebb1953 100644 --- a/modules/glmv.css +++ b/modules/glmv.css @@ -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%;