mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
list fixes
This commit is contained in:
parent
0e0fa54547
commit
fd92cc4e25
4 changed files with 6 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogContentInner {
|
.dialogContentInner {
|
||||||
padding: .5em 1em 30vh 1em;
|
padding: .5em 1.5em 30vh 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-content-centered {
|
.dialog-content-centered {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue