Compare commits
2 Commits
9e2f861213
...
dc88110e9c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc88110e9c | ||
|
|
f9ae62a459 |
@@ -12,7 +12,7 @@
|
||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||
<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>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -768,21 +768,22 @@
|
||||
.button-container {
|
||||
top: calc(50% + 25vh);
|
||||
left: 50%;
|
||||
transform: translateX(-50%) scale(0.95);
|
||||
width: 95vw;
|
||||
transform: translateX(-50%);
|
||||
width: max-content;
|
||||
max-width: 98vw;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.button-container button {
|
||||
margin: 0 !important;
|
||||
min-width: 0 !important;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.button-container .detailButton {
|
||||
min-width: 0 !important;
|
||||
.button-container .detail-button,
|
||||
.button-container .favorite-button {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
@@ -812,13 +813,12 @@
|
||||
|
||||
@media (max-width: 400px) {
|
||||
.button-container {
|
||||
gap: 5px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.play-button,
|
||||
.trailer-button {
|
||||
padding: 8px 10px;
|
||||
font-size: 14px;
|
||||
padding: 8px 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.7.1.2",
|
||||
"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.2/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
|
||||
Reference in New Issue
Block a user