This commit is contained in:
2025-10-28 22:02:37 +03:00
parent 1427febcfd
commit ef8f211e8a

View File

@@ -1193,7 +1193,7 @@ async function openVideoAtIndex(index) {
display: inline-flex;
align-items: center;
gap: 8px;
min-height: 40px;
min-height: 30px;
justify-content: center;
}
@@ -1604,7 +1604,7 @@ async function openVideoAtIndex(index) {
.season-picker button {
padding: 6px 12px;
min-height: 44px;
min-height: 34px;
font-size: 13px;
}
}
@@ -1692,7 +1692,7 @@ async function openVideoAtIndex(index) {
.season-picker button {
padding: 4px 10px;
min-height: 28px;
min-height: 18px;
font-size: 12px;
border-radius: 10px;
}