1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/components/dockedtabs/dockedtabs.css

54 lines
1 KiB
CSS
Raw Normal View History

2016-08-15 14:18:05 -04:00
.dockedtabs-tabs {
2016-08-15 00:36:17 -04:00
flex-grow: 1;
display: flex;
2016-08-15 14:18:05 -04:00
padding: .5em 0;
2016-09-04 11:01:31 -04:00
/* Override size from librarymenu */
font-size: inherit;
2016-08-15 00:36:17 -04:00
}
.dockedtabs-tab-button {
flex-grow: 1;
align-items: center;
justify-content: center;
text-transform: none !important;
2016-09-01 21:54:30 -04:00
font-size: 12.4px !important;
2016-08-15 00:36:17 -04:00
padding: 0 !important;
margin: 0 !important;
text-align: center;
2016-08-20 15:58:57 -04:00
border-color: transparent !important;
border-width: 0 !important;
2016-08-15 00:36:17 -04:00
}
2016-09-01 12:36:11 -04:00
.dockedtabs-tab-button {
display: flex;
}
2016-08-31 16:46:09 -04:00
2016-09-01 12:36:11 -04:00
.dockedtabs-tab-button-noflex {
display: block;
2016-08-31 16:46:09 -04:00
}
2016-08-15 00:36:17 -04:00
.dockedtabs-tab-button, .dockedtabs-tab-button-foreground {
font-weight: normal !important;
}
.dockedtabs-tab-button-icon {
margin-bottom: .25em;
font-size: 20px;
}
2016-08-31 15:17:11 -04:00
.dockedtabs-dlg {
font-size: inherit !important;
background-color: #222 !important;
color: #eee;
}
.dockedtabs-dlg-menuitem:hover {
background-color: #333 !important;
}
@media all and (max-width: 800px) {
.dockedtab-midsize {
display: none !important;
}
2016-08-31 16:46:09 -04:00
}