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

list fixes

This commit is contained in:
Luke Pulverenti 2016-08-07 16:57:46 -04:00
parent 0e0fa54547
commit fd92cc4e25
4 changed files with 6 additions and 5 deletions

View file

@ -20,7 +20,7 @@
} }
.dialogContentInner { .dialogContentInner {
padding: .5em 1em 30vh 1em; padding: .5em 1.5em 30vh 1.5em;
} }
.dialog-content-centered { .dialog-content-centered {

View file

@ -3,11 +3,9 @@
border: 0; border: 0;
outline: none !important; outline: none !important;
color: inherit; color: inherit;
width: 100%;
vertical-align: middle; vertical-align: middle;
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
margin: 0; margin: 0;
display: block; display: block;
align-items: center; align-items: center;
@ -20,6 +18,10 @@
overflow: hidden; overflow: hidden;
} }
.listItem-button {
width: 100%;
}
.listItem-nosidepadding { .listItem-nosidepadding {
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;

View file

@ -181,7 +181,7 @@ define(['itemHelper', 'mediaInfo', 'indicators', 'connectionManager', 'layoutMan
var cssClass = "listItem listItem-nosidepadding"; var cssClass = "listItem listItem-nosidepadding";
if (clickEntireItem) { if (clickEntireItem) {
cssClass += ' itemAction'; cssClass += ' itemAction listItem-button';
} }
var downloadWidth = 80; var downloadWidth = 80;

View file

@ -15,7 +15,6 @@
left: 0; left: 0;
right: 0; right: 0;
background: #43A047; background: #43A047;
z-index: 1000;
padding: .5em; padding: .5em;
display: flex; display: flex;
align-items: center; align-items: center;