UI Fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user