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 {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue