Compare commits
3 Commits
v1.7.1.2
...
3ffa2c262a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ffa2c262a | ||
|
|
dc88110e9c | ||
|
|
f9ae62a459 |
@@ -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.2</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>
|
||||||
|
|
||||||
|
|||||||
@@ -768,21 +768,22 @@
|
|||||||
.button-container {
|
.button-container {
|
||||||
top: calc(50% + 25vh);
|
top: calc(50% + 25vh);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%) scale(0.95);
|
transform: translateX(-50%);
|
||||||
width: 95vw;
|
width: max-content;
|
||||||
|
max-width: 98vw;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 10px;
|
gap: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container button {
|
.button-container button {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
min-width: 0 !important;
|
min-width: 0 !important;
|
||||||
flex-shrink: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container .detailButton {
|
.button-container .detail-button,
|
||||||
min-width: 0 !important;
|
.button-container .favorite-button {
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
@@ -812,13 +813,12 @@
|
|||||||
|
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 400px) {
|
||||||
.button-container {
|
.button-container {
|
||||||
gap: 5px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.play-button,
|
.play-button,
|
||||||
.trailer-button {
|
.trailer-button {
|
||||||
padding: 8px 10px;
|
padding: 8px 14px;
|
||||||
font-size: 14px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.2",
|
"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.2/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": "43b5eb2b6e20233566e225db85678367",
|
"checksum": "688650f91e0f798c6258b3c98544742b",
|
||||||
"timestamp": "2026-03-08T15:08:29Z"
|
"timestamp": "2026-03-08T15:20:13Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.7.0.14",
|
"version": "1.7.0.14",
|
||||||
|
|||||||
Reference in New Issue
Block a user