UI Değişiklikleri
This commit is contained in:
@@ -1158,12 +1158,27 @@ async function openVideoAtIndex(index) {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
overflow-x: auto;
|
||||
padding: 10px 2px 14px;
|
||||
scrollbar-width: thin;
|
||||
overflow-y: hidden;
|
||||
padding: 12px;
|
||||
scrollbar-width: none; /* Scroll bar'ı tamamen gizle */
|
||||
-ms-overflow-style: none; /* IE ve Edge için */
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
border-radius: 14px;
|
||||
min-height: 80px;
|
||||
}
|
||||
|
||||
/* Scroll bar'ı webkit tarayıcılar için gizle */
|
||||
.season-picker::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.season-picker::-webkit-scrollbar-track {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.season-picker::-webkit-scrollbar-thumb {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.season-picker button {
|
||||
background: rgba(255, 255, 255, 0.06);
|
||||
@@ -1183,7 +1198,7 @@ async function openVideoAtIndex(index) {
|
||||
}
|
||||
|
||||
.season-picker button.selected {
|
||||
background: #fdce45;
|
||||
background: #f5b333;
|
||||
color: #101010;
|
||||
border-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
@@ -1583,7 +1598,7 @@ async function openVideoAtIndex(index) {
|
||||
|
||||
.season-picker {
|
||||
gap: 8px;
|
||||
padding: 8px 2px 12px;
|
||||
padding: 12px;
|
||||
min-height: 70px;
|
||||
}
|
||||
|
||||
@@ -1671,7 +1686,7 @@ async function openVideoAtIndex(index) {
|
||||
|
||||
.season-picker {
|
||||
gap: 6px;
|
||||
padding: 6px 1px 10px;
|
||||
padding: 10px;
|
||||
min-height: 64px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user