mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-22 19:43:53 +00:00
Fix tab icon vertical align
This commit is contained in:
parent
a0f339992d
commit
62e90a0545
|
@ -79,6 +79,7 @@ webview.visible {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 5px 9px;
|
padding: 5px 9px;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab:first-child {
|
.tab:first-child {
|
||||||
|
@ -86,7 +87,7 @@ webview.visible {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab.visible {
|
.tab.visible {
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab.active {
|
.tab.active {
|
||||||
|
|
Loading…
Reference in a new issue