This commit is contained in:
Mirco Wittrien 2020-10-24 18:59:25 +02:00
parent 87f8a30362
commit 293a33382d
2 changed files with 13 additions and 10 deletions

View File

@ -7417,8 +7417,9 @@ html .channelTabs-tabContainer,
html .channelTabs-favContainer {
display: flex;
align-items: center;
min-height: unset;
height: 28px;
flex-wrap: wrap;
min-height: 28px;
height: unset;
overflow: hidden;
transition: height 0.3s linear;
}
@ -7432,9 +7433,9 @@ html .channelTabs-favContainer {
padding-top: 3px;
padding-bottom: 3px;
}
html .channelTabs-favContainer:empty {
height: 0;
padding: 0;
html .channelTabs-noFavs {
background: transparent;
padding: 0 6px;
}
html .channelTabs-tab,

View File

@ -4025,13 +4025,15 @@ html .channelTabs-tabContainer,
html .channelTabs-favContainer {
display: flex;
align-items: center;
min-height: unset;
height: 28px;
flex-wrap: wrap;
min-height: 28px;
height: unset;
overflow: hidden;
transition: height 0.3s linear;
}
html .channelTabs-tabContainer {
background-color: var(--background-secondary-alt);
border-bottom: 3px solid var(--background-tertiary);
padding-top: 6px;
padding-left: 4px;
}
@ -4041,9 +4043,9 @@ html .channelTabs-favContainer {
padding-bottom: 3px;
padding-left: 2px;
}
html .channelTabs-favContainer:empty {
height: 0;
padding: 0;
html .channelTabs-noFavs {
background: transparent;
padding: 0 6px;
}
html .channelTabs-tab,