Compare commits
5 Commits
v1.7.1.1
...
dc88110e9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc88110e9c | ||
|
|
f9ae62a459 | ||
|
|
9e2f861213 | ||
|
|
4781618a52 | ||
|
|
2bed81c1f8 |
@@ -12,7 +12,7 @@
|
||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||
<Authors>CodeDevMLH</Authors>
|
||||
<Version>1.7.1.1</Version>
|
||||
<Version>1.7.1.3</Version>
|
||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -766,41 +766,24 @@
|
||||
}
|
||||
|
||||
.button-container {
|
||||
top: calc(50% + 24vh) !important;
|
||||
left: 50% !important;
|
||||
transform: translateX(-50%) !important;
|
||||
width: 100vw !important;
|
||||
flex-wrap: nowrap !important;
|
||||
justify-content: center !important;
|
||||
gap: 12px !important;
|
||||
padding: 0 10px !important;
|
||||
box-sizing: border-box !important;
|
||||
top: calc(50% + 25vh);
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: max-content;
|
||||
max-width: 98vw;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.button-container button {
|
||||
min-width: unset !important;
|
||||
margin: 0 !important;
|
||||
flex-shrink: 1 !important;
|
||||
height: 45px !important;
|
||||
max-width: fit-content !important;
|
||||
}
|
||||
|
||||
.button-container .play-button,
|
||||
.button-container .trailer-button {
|
||||
padding: 8px 14px !important;
|
||||
border-radius: 8px !important;
|
||||
font-size: 16px !important;
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
.button-container .detail-button,
|
||||
.button-container .favorite-button {
|
||||
width: 45px !important;
|
||||
padding: 0 !important;
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
flex-shrink: 0 !important;
|
||||
border-radius: 50% !important;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@@ -830,23 +813,12 @@
|
||||
|
||||
@media (max-width: 400px) {
|
||||
.button-container {
|
||||
gap: 6px !important;
|
||||
top: calc(50% + 26.5vh) !important;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.button-container .play-button,
|
||||
.button-container .trailer-button {
|
||||
padding: 6px 10px !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.button-container button {
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
.button-container .detail-button,
|
||||
.button-container .favorite-button {
|
||||
width: 40px !important;
|
||||
.play-button,
|
||||
.trailer-button {
|
||||
padding: 8px 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.7.1.1",
|
||||
"version": "1.7.1.3",
|
||||
"changelog": "- fix button issue on mobile when using ElegantFin Theme",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.1.1/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "be6c7556f11d1a132bb55d4de418e30b",
|
||||
"timestamp": "2026-03-08T14:48:16Z"
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.1.2/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "43b5eb2b6e20233566e225db85678367",
|
||||
"timestamp": "2026-03-08T15:08:29Z"
|
||||
},
|
||||
{
|
||||
"version": "1.7.0.14",
|
||||
|
||||
Reference in New Issue
Block a user