Compare commits

..

3 Commits

Author SHA1 Message Date
CodeDevMLH
292fcfc389 Update manifest.json for release v1.7.1.1 [skip ci] 2026-03-08 14:48:17 +00:00
CodeDevMLH
da718a0e57 Bump version to 1.7.1.1 in project file and manifest for release
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 49s
2026-03-08 15:47:26 +01:00
CodeDevMLH
95a8907496 test2 2026-03-08 15:47:09 +01:00
3 changed files with 46 additions and 36 deletions

View File

@@ -12,7 +12,7 @@
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
<Authors>CodeDevMLH</Authors>
<Version>1.7.1.0</Version>
<Version>1.7.1.1</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
</PropertyGroup>

View File

@@ -766,18 +766,41 @@
}
.button-container {
top: calc(50% + 25vh);
left: 50%;
transform: translateX(-50%) scale(0.95);
width: 95vw;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
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;
}
.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;
}
.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;
}
.logo {
@@ -807,36 +830,23 @@
@media (max-width: 400px) {
.button-container {
gap: 10px;
gap: 6px !important;
top: calc(50% + 26.5vh) !important;
}
.play-button,
.trailer-button {
padding: 8px 14px;
.button-container .play-button,
.button-container .trailer-button {
padding: 6px 10px !important;
font-size: 14px !important;
}
.misc-info {
flex-wrap: wrap;
justify-content: center;
gap: 0px 10px;
.button-container button {
height: 40px !important;
}
.runTime {
width: 100%;
justify-content: center;
margin-top: 0.5vh;
}
.misc-info .separator-icon:last-of-type {
display: none;
}
.genre {
top: calc(50% + 16vh);
}
.button-container {
top: calc(50% + 27vh);
.button-container .detail-button,
.button-container .favorite-button {
width: 40px !important;
}
}
}

View File

@@ -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.0",
"version": "1.7.1.1",
"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.0/Jellyfin.Plugin.MediaBarEnhanced.zip",
"checksum": "5fadac5032c236f05219dacc5648a79d",
"timestamp": "2026-03-08T14:32:39Z"
"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"
},
{
"version": "1.7.0.14",