FreeTube/src/renderer/views/Playlist/Playlist.css

19 lines
276 B
CSS
Raw Normal View History

2020-02-16 19:30:00 +01:00
.playlistInfo {
background-color: var(--card-bg-color);
padding: 10px;
float: left;
position: fixed;
top: 60px;
width: 30%;
height: 100%;
overflow-y: auto;
}
.playlistItems {
float: right;
width: 60%;
2020-06-23 17:47:19 +02:00
padding: 10px;
display: grid;
grid-gap: 10px;
2020-02-16 19:30:00 +01:00
}