list fixes
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
.dialogContentInner {
|
||||
padding: .5em 1em 30vh 1em;
|
||||
padding: .5em 1.5em 30vh 1.5em;
|
||||
}
|
||||
|
||||
.dialog-content-centered {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: #43A047;
|
||||
z-index: 1000;
|
||||
padding: .5em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user