Skip to content

Commit

Permalink
fix horizontal scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Dec 6, 2023
1 parent 469fbda commit c5d25c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions musidex-web/src/pages/explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
}

.song-elem-buttons {
flex: 2 0 100px;
max-width: 100px;
flex: 2 0 128px;
max-width: 128px;
display: flex;
justify-content: space-evenly;
}
Expand Down Expand Up @@ -290,4 +290,4 @@

.explorer-search .field {
width: calc(100% - 5px);
}
}

0 comments on commit c5d25c7

Please sign in to comment.