Refactored/Beautified existing playlist managment UI code.

This commit is contained in:
rainbow napkin 2025-04-04 06:10:32 -04:00
parent c3781d6259
commit c8c59feb7f
2 changed files with 238 additions and 201 deletions

View file

@ -81,6 +81,12 @@ div.dynamic-container, div.nested-dynamic-container{
margin: 0.5em 0;
}
button i{
/* Yeah I don't need event.target returning icons, thanks babe */
/* Granted most buttons should just hold the icon class themselves, some buttons with multiple icons in need this :P */
pointer-events: none;
}
/* Navbar */
#navbar{
display: flex;