Fixed menu styling issues.
This commit is contained in:
parent
e8449d269d
commit
374a17039d
@ -369,6 +369,7 @@ button:focus {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.minimalistflex-menu li {
|
.minimalistflex-menu li {
|
||||||
@ -390,7 +391,7 @@ button:focus {
|
|||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
left: 0;
|
right: 0;
|
||||||
background-color: var(--minimalistflex-header-bg);
|
background-color: var(--minimalistflex-header-bg);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
@ -1528,6 +1529,7 @@ a img.alignwide {
|
|||||||
|
|
||||||
.minimalistflex-menu ul {
|
.minimalistflex-menu ul {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.minimalistflex-menu .menu-item-has-children:hover > .sub-menu {
|
.minimalistflex-menu .menu-item-has-children:hover > .sub-menu {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user