Compare commits

..

7 Commits

Author SHA1 Message Date
CodeDevMLH
3ffa2c262a Update manifest.json for release v1.7.1.3 [skip ci] 2026-03-08 15:20:14 +00:00
CodeDevMLH
dc88110e9c Bump version to 1.7.1.3 in project file and manifest for release
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 56s
2026-03-08 16:19:17 +01:00
CodeDevMLH
f9ae62a459 Refactor button-container styles for improved layout and responsiveness 2026-03-08 16:19:07 +01:00
CodeDevMLH
9e2f861213 Update manifest.json for release v1.7.1.2 [skip ci] 2026-03-08 15:08:30 +00:00
CodeDevMLH
4781618a52 Bump version to 1.7.1.2 in project file and manifest for release
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 50s
2026-03-08 16:07:39 +01:00
CodeDevMLH
2bed81c1f8 Refactor button-container styles for improved layout and responsiveness 2026-03-08 16:07:32 +01:00
CodeDevMLH
292fcfc389 Update manifest.json for release v1.7.1.1 [skip ci] 2026-03-08 14:48:17 +00:00
3 changed files with 19 additions and 47 deletions

View File

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

View File

@@ -766,41 +766,24 @@
} }
.button-container { .button-container {
top: calc(50% + 24vh) !important; top: calc(50% + 25vh);
left: 50% !important; left: 50%;
transform: translateX(-50%) !important; transform: translateX(-50%);
width: 100vw !important; width: max-content;
flex-wrap: nowrap !important; max-width: 98vw;
justify-content: center !important; flex-wrap: nowrap;
gap: 12px !important; justify-content: center;
padding: 0 10px !important; gap: 15px;
box-sizing: border-box !important;
} }
.button-container button { .button-container button {
min-width: unset !important;
margin: 0 !important; margin: 0 !important;
flex-shrink: 1 !important; min-width: 0 !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 .detail-button,
.button-container .favorite-button { .button-container .favorite-button {
width: 45px !important; flex-shrink: 0;
padding: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-shrink: 0 !important;
border-radius: 50% !important;
} }
.logo { .logo {
@@ -830,23 +813,12 @@
@media (max-width: 400px) { @media (max-width: 400px) {
.button-container { .button-container {
gap: 6px !important; gap: 10px;
top: calc(50% + 26.5vh) !important;
} }
.button-container .play-button, .play-button,
.button-container .trailer-button { .trailer-button {
padding: 6px 10px !important; padding: 8px 14px;
font-size: 14px !important;
}
.button-container button {
height: 40px !important;
}
.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", "imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
"versions": [ "versions": [
{ {
"version": "1.7.1.1", "version": "1.7.1.3",
"changelog": "- fix button issue on mobile when using ElegantFin Theme", "changelog": "- fix button issue on mobile when using ElegantFin Theme",
"targetAbi": "10.11.0.0", "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", "sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.1.3/Jellyfin.Plugin.MediaBarEnhanced.zip",
"checksum": "5fadac5032c236f05219dacc5648a79d", "checksum": "688650f91e0f798c6258b3c98544742b",
"timestamp": "2026-03-08T14:32:39Z" "timestamp": "2026-03-08T15:20:13Z"
}, },
{ {
"version": "1.7.0.14", "version": "1.7.0.14",