Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MEDELBOU3 authored Dec 29, 2024
1 parent 785c269 commit 2bddc28
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1107,14 +1107,20 @@
background-color: var(--hover-bg1);
}

.genre-selector-wrapper {
position: relative;
max-width: 100%;
padding: 0 40px;
}

.genre-selector {
display: flex;
gap: 10px;
overflow-x: auto;
padding: 10px 0 10px 0;
padding: 10px 0;
margin-bottom: 20px;
margin-left: 20px;
scrollbar-width: none;
scroll-behavior: smooth;
}

.genre-selector::-webkit-scrollbar {
Expand Down Expand Up @@ -1142,7 +1148,6 @@
background-color: var(--hover-bg);
transform: translateY(-2px);
}


.channels-wrapper {
position: relative;
Expand Down

0 comments on commit 2bddc28

Please sign in to comment.