Refactored/Beautified existing playlist managment UI code.
This commit is contained in:
parent
c3781d6259
commit
c8c59feb7f
2 changed files with 238 additions and 201 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue