Fixed issue with tab positioning

This commit is contained in:
Andrew Collington 2023-10-29 23:08:44 +00:00
parent aad06c0b92
commit 9d07819789

View file

@ -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);
}