mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add hover menus to recordings
This commit is contained in:
parent
a0a589b876
commit
4c4c131147
17 changed files with 53 additions and 46 deletions
|
@ -381,7 +381,7 @@ a.itemTag:hover {
|
|||
background-size: cover;
|
||||
background-position: center 15%;
|
||||
background-repeat: no-repeat;
|
||||
height: 540px;
|
||||
height: 560px;
|
||||
border-bottom: 1px solid #111;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -483,6 +483,10 @@ a.itemTag:hover {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.desktopOverview {
|
||||
min-width: 500px;
|
||||
}
|
||||
|
||||
.mobileOverview {
|
||||
display: none;
|
||||
padding: 0 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue