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

16 lines
224 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%;
}