77 lines
1.6 KiB
CSS
77 lines
1.6 KiB
CSS
.with-load-more-footer {
|
|
padding: 10px;
|
|
text-align: center;
|
|
border-top: 1px solid;
|
|
border-top-color: #222;
|
|
border-top-color: var(--border, #222);
|
|
}
|
|
.with-load-more-footer .error {
|
|
font-size: 14px;
|
|
}
|
|
.tab-switcher .contents .hidden {
|
|
display: none;
|
|
}
|
|
.tab-switcher .tabs {
|
|
display: flex;
|
|
position: relative;
|
|
width: 100%;
|
|
overflow-y: hidden;
|
|
overflow-x: auto;
|
|
padding-top: 5px;
|
|
box-sizing: border-box;
|
|
}
|
|
.tab-switcher .tabs::after, .tab-switcher .tabs::before {
|
|
display: block;
|
|
content: "";
|
|
flex: 1 1 auto;
|
|
border-bottom: 1px solid;
|
|
border-bottom-color: #222;
|
|
border-bottom-color: var(--border, #222);
|
|
}
|
|
.tab-switcher .tabs .tab-wrapper {
|
|
height: 28px;
|
|
position: relative;
|
|
display: flex;
|
|
flex: 0 0 auto;
|
|
}
|
|
.tab-switcher .tabs .tab-wrapper .tab {
|
|
width: 100%;
|
|
min-width: 1px;
|
|
position: relative;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
padding: 6px 1em;
|
|
padding-bottom: 99px;
|
|
margin-bottom: -93px;
|
|
white-space: nowrap;
|
|
}
|
|
.tab-switcher .tabs .tab-wrapper .tab:not(.active) {
|
|
z-index: 4;
|
|
}
|
|
.tab-switcher .tabs .tab-wrapper .tab:not(.active):hover {
|
|
z-index: 6;
|
|
}
|
|
.tab-switcher .tabs .tab-wrapper .tab.active {
|
|
background: transparent;
|
|
z-index: 5;
|
|
}
|
|
.tab-switcher .tabs .tab-wrapper:not(.active)::after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 7;
|
|
border-bottom: 1px solid;
|
|
border-bottom-color: #222;
|
|
border-bottom-color: var(--border, #222);
|
|
}
|
|
.with-subscription-loading {
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
.with-subscription-loading .error {
|
|
font-size: 14px;
|
|
}
|
|
|
|
/*# sourceMappingURL=app.db80066bde2c96ea6198.css.map*/ |