diff --git a/index.php b/index.php index d371c9d..5148727 100644 --- a/index.php +++ b/index.php @@ -327,12 +327,21 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489"; opacity: 0.6; } + .quality-selector-wrapper:hover { + background: rgba(255,255,255,0.15) !important; + border-color: rgba(255,255,255,0.2) !important; + } + .controls { display: flex; align-items: center; - gap: 1rem; + gap: 1.5rem; + margin-top: 1.5rem; + justify-content: center; + flex-wrap: wrap; } + .play-btn { width: 72px; height: 72px; @@ -1110,9 +1119,20 @@ $facebook_link = "https://www.facebook.com/profile.php?id=61587890927489"; - + -