update buttons

This commit is contained in:
Luke Pulverenti 2016-06-04 20:17:35 -04:00
parent 467ff3657f
commit 3a045a664b
33 changed files with 360 additions and 166 deletions

View file

@ -67,6 +67,11 @@ body {
overflow-y: auto !important;
}
.mainAnimatedPage {
/* Have to override because it breaks scrolling when dependant on window scroll */
contain: style !important;
}
iron-icon {
min-width: 24px;
min-height: 24px;
@ -748,6 +753,6 @@ emby-collapsible > .style-scope {
padding: 1em 1.25em;
}
#editItemMetadataPage #txtOverview .paper-input-input {
max-height: 90px;
#editItemMetadataPage #txtOverview .paper-input-input {
max-height: 90px;
}