Adjusted positioning of add playlist button on home screen

This commit is contained in:
Isaac Abadi
2020-08-09 20:47:23 -04:00
parent 38c46b5be5
commit 356f31343e

View File

@@ -1,5 +1,8 @@
.add-playlist-button { .add-playlist-button {
float: right; float: right;
position: relative;
bottom: 15px;
right: 15px;
} }
.file-col { .file-col {