ameloriation du style de la partie user

This commit is contained in:
MiharyR 2021-11-24 21:34:27 +01:00
parent 1e5b9bd49c
commit cd1f323686
26 changed files with 333 additions and 85 deletions

View file

@ -35,23 +35,36 @@
height: 60vh;
overflow-y: scroll;
padding: 0px;
overflow-x: hidden;
}
.playlistContainer {
max-width: 100%;
padding: 0px;
overflow-x: hidden;
}
.btnPlaylist {
background-color: white;
padding: 20px;
border-bottom: solid 1px black;
width: 100%;
//width: 100%;
width: 35vw;
overflow-x: hidden;
}
.btnPlaylist:hover {
background-color: #f0f0f0;
}
.btnPlaylistFocus {
background-color: #e6e6e6;
}
.btnPlaylistFocus:hover {
background-color: #e6e6e6;
}
.playListCount {
color: gray;
font-style: italic;