mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
44 lines
854 B
CSS
44 lines
854 B
CSS
.dockedtabs-tabs {
|
|
flex-grow: 1;
|
|
display: flex;
|
|
padding: .5em 0;
|
|
/* Override size from librarymenu */
|
|
font-size: inherit;
|
|
}
|
|
|
|
.dockedtabs-tab-button {
|
|
flex-grow: 1;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-transform: none !important;
|
|
font-size: 12.4px !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
text-align: center;
|
|
border-color: transparent !important;
|
|
border-width: 0 !important;
|
|
}
|
|
|
|
.dockedtabs-tab-button {
|
|
display: flex;
|
|
}
|
|
|
|
.dockedtabs-tab-button-noflex {
|
|
display: block;
|
|
}
|
|
|
|
.dockedtabs-tab-button, .dockedtabs-tab-button-foreground {
|
|
font-weight: normal !important;
|
|
}
|
|
|
|
.dockedtabs-tab-button-icon {
|
|
margin-bottom: .25em;
|
|
font-size: 20px;
|
|
}
|
|
|
|
@media all and (max-width: 800px) {
|
|
.dockedtab-midsize {
|
|
display: none !important;
|
|
}
|
|
}
|