Fix tab icon vertical align

This commit is contained in:
Thomas Brouard 2022-05-25 14:17:10 +02:00
parent a0f339992d
commit 62e90a0545

View file

@ -79,6 +79,7 @@ webview.visible {
box-sizing: border-box;
height: 100%;
padding: 5px 9px;
align-items: center;
}
.tab:first-child {
@ -86,7 +87,7 @@ webview.visible {
}
.tab.visible {
display: inline-block;
display: inline-flex;
}
.tab.active {