Fixed issue with tab positioning
This commit is contained in:
parent
aad06c0b92
commit
9d07819789
1 changed files with 2 additions and 1 deletions
|
@ -136,6 +136,8 @@ body.opcache-gui {
|
|||
padding-left: 8px;
|
||||
margin: 0;
|
||||
border-bottom: 1px solid var(--nav-border-color);
|
||||
display: flex;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.nav-tab {
|
||||
|
@ -176,7 +178,6 @@ body.opcache-gui {
|
|||
width: 1.1rem;
|
||||
height: 1.1rem;
|
||||
margin-right: 0.5em;
|
||||
overflow: visible;
|
||||
>path {
|
||||
fill: var(--nav-icon-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue