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

strip unused css from initial download

This commit is contained in:
Luke Pulverenti 2015-11-27 13:24:44 -05:00
parent 6a9accf68f
commit 2d014a82b4
10 changed files with 82 additions and 108 deletions

View file

@ -664,19 +664,6 @@ div[data-role="controlgroup"] a.ui-btn-active {
transform: translateY(-205%);
}
.largePanel {
width: 270px !important;
}
/* Make panels larger */
.largePanelModalOpen.ui-panel-dismiss-position-right {
right: 270px !important;
}
.largePanelModalOpen.ui-panel-dismiss-position-left {
left: 270px !important;
}
.checkboxContainer {
white-space: nowrap;
}
@ -696,22 +683,6 @@ div[data-role="controlgroup"] a.ui-btn-active {
padding: .7em .5em;
}
@media all and (min-width: 340px) {
.largePanel {
width: 300px !important;
}
/* Make panels larger */
.largePanelModalOpen.ui-panel-dismiss-position-right {
right: 300px !important;
}
.largePanelModalOpen.ui-panel-dismiss-position-left {
left: 300px !important;
}
}
textarea {
width: 100%;
}