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

29 lines
611 B
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-08-15 00:36:17 -04:00
}
.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;
2016-08-20 15:58:57 -04:00
border-color: transparent !important;
border-width: 0 !important;
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;
}