mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix a few minor style issues
This commit is contained in:
parent
2db6bb4acf
commit
2978e64b9b
4 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.itemDetailPage {
|
||||
padding-top: 4em !important
|
||||
padding-top: 0em !important
|
||||
}
|
||||
|
||||
.standalonePage {
|
||||
|
|
|
@ -126,20 +126,20 @@
|
|||
align-self: center;
|
||||
justify-self: center;
|
||||
margin: auto;
|
||||
color: rgba(255, 255, 255, .6);
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
font-size: 1.6em;
|
||||
background: transparent;
|
||||
transition: transform 200ms ease-out;
|
||||
transition: 200ms ease-out;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.listItemImageButton:hover {
|
||||
color: #00a4dc;
|
||||
background: rgba(0, 164, 220, 0.2);
|
||||
transform: scale(1.2, 1.2);
|
||||
}
|
||||
|
||||
.listItemImageButton-icon {
|
||||
background: rgba(0,0,0,.4);
|
||||
border: 0.1em solid currentColor;
|
||||
border-radius: 100em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -802,7 +802,7 @@ define(["loading", "appRouter", "layoutManager", "userSettings", "connectionMana
|
|||
}
|
||||
|
||||
if (editable) {
|
||||
html += "<a class='itemDetailGalleryLink' is='emby-linkbutton' style='display:block;margin-top:.7em;padding:0' href='#'>";
|
||||
html += "<a class='itemDetailGalleryLink' is='emby-linkbutton' style='display:block;margin:0;padding:0;' href='#'>";
|
||||
}
|
||||
|
||||
if (detectRatio && item.PrimaryImageAspectRatio) {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div class="detailLogo"></div>
|
||||
<div class="detailPageWrapperContainer">
|
||||
<div class="detailPagePrimaryContainer appfooter-blurred padded-left padded-right">
|
||||
<div class="detailPagePrimaryContainer appfooter appfooter-blurred padded-left padded-right">
|
||||
<div class="infoWrapper infoText">
|
||||
<div class="nameContainer"></div>
|
||||
<div class="itemMiscInfo itemMiscInfo-primary"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue