Fix tab icon vertical align
This commit is contained in:
parent
a0f339992d
commit
62e90a0545
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue