2016-08-14 02:21:30 -04:00
|
|
|
|
.dockedtabs {
|
2016-08-15 00:36:17 -04:00
|
|
|
|
height: 54px;
|
2016-08-14 02:21:30 -04:00
|
|
|
|
background: #212121;
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2016-08-15 00:36:17 -04:00
|
|
|
|
z-index: 1;
|
|
|
|
|
display: flex;
|
2016-08-14 02:21:30 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dockedtabs-bottom {
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dockedtabs-headroom {
|
|
|
|
|
transition: transform 180ms linear;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dockedtabs--pinned {
|
|
|
|
|
transform: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dockedtabs--unpinned {
|
|
|
|
|
transform: translateY(100%);
|
|
|
|
|
}
|
2016-08-15 00:36:17 -04:00
|
|
|
|
|
|
|
|
|
.dockedtabs-tabs {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dockedtabs-tab-button {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
display: flex !important;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
text-transform: none !important;
|
|
|
|
|
font-size: 12px !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dockedtabs-tab-button, .dockedtabs-tab-button-foreground {
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dockedtabs-tab-button-icon {
|
|
|
|
|
margin-bottom: .25em;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|