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 {
padding: .5em 1em 30vh 1em;
padding: .5em 1.5em 30vh 1.5em;
}
.dialog-content-centered {

View file

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

View file

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

View file

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