Skip to content

Commit

Permalink
Merge pull request #174 from BioKIC/Development
Browse files Browse the repository at this point in the history
3.1 hamburger menu fix  (BioKIC#1363)
  • Loading branch information
GregoryPost authored May 23, 2024
2 parents 34701f5 + 19dd9a8 commit 121d70f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/v202209/symbiota/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,15 @@ header a:hover {
z-index: 1;
background-color: var(--menu-top-bg-color);
min-width: 0;
text-align: center;
}

.top-menu {
width: 100%;
height: 100%;
max-height: 0;
transition: max-height 0.5s ease-out;
position: fixed;
/*transition: max-height 0.5s ease-out; */
/* position: fixed; */
left: 0;
background-color: var(--menu-top-bg-color);
overflow: hidden;
Expand All @@ -109,7 +110,7 @@ header a:hover {
.hamb {
cursor: pointer;
/* float: right; */
padding: 40px 20px;
padding: 10px;
}

.hamb-line {
Expand All @@ -120,7 +121,7 @@ header a:hover {
}

.hamb-label {
display: block;
display: inline;
height: 2px;
position: relative;
width: 24px;
Expand All @@ -133,7 +134,7 @@ header a:hover {
display: block;
height: 100%;
position: absolute;
transition: all 0.2s ease-out;
/* transition: all 0.2s ease-out; */
width: 100%;
}

Expand Down Expand Up @@ -237,7 +238,6 @@ ul.menu {
min-width: 0;
width: 100%;
margin: 0 auto;
text-align: center;
}

.hamb {
Expand Down

0 comments on commit 121d70f

Please sign in to comment.