2016-09-02 00:11:10 -04:00
|
|
|
|
.libraryMenuButtonText {
|
|
|
|
|
font-weight: 500 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 300px) {
|
2016-05-09 15:27:38 -04:00
|
|
|
|
|
2016-08-15 20:22:59 -04:00
|
|
|
|
.libraryViewNav, .emby-tabs-slider {
|
2016-05-09 15:27:38 -04:00
|
|
|
|
display: flex;
|
2016-08-06 22:11:39 -04:00
|
|
|
|
flex-grow: 1;
|
2016-05-09 15:27:38 -04:00
|
|
|
|
}
|
|
|
|
|
|
2016-08-15 20:22:59 -04:00
|
|
|
|
.emby-tab-button {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
2016-05-09 15:27:38 -04:00
|
|
|
|
}
|