Misc style improvements and code cleanup

This commit is contained in:
Isaac Abadi
2022-12-29 13:58:04 -06:00
parent cc2be46ad8
commit 1d10d36304
7 changed files with 24 additions and 11 deletions

View File

@@ -100,7 +100,7 @@
.remove-item-button {
right: 10px;
position: absolute;
top: 4px;
top: 0px;
}
.playlist-item-text {
@@ -126,4 +126,10 @@
.hide {
display: none !important;
}
.select-file-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}