Playlist items text is spaced not stupidly
Playlist Items look like not garbage now I gave them a giant margin and forgot about it. should be good now the item holders have padding instead for the edges
This commit is contained in:
parent
e08e9cbcca
commit
dcfe7115fa
3 changed files with 4 additions and 4 deletions
|
|
@ -136,6 +136,7 @@ h4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.playlist > .item > .text {
|
.playlist > .item > .text {
|
||||||
|
padding: 3px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0px 3px;
|
margin: 0px 3px;
|
||||||
}
|
}
|
||||||
|
|
@ -150,7 +151,7 @@ h4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.playlist > .item > .text > * {
|
.playlist > .item > .text > * {
|
||||||
margin:5% 2px;
|
margin:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* settings stuff */
|
/* settings stuff */
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,4 @@ for i in songFiles:
|
||||||
# each "song" is stored as a dictionary/JSON entry following the format seen in the readME
|
# each "song" is stored as a dictionary/JSON entry following the format seen in the readME
|
||||||
songDatabase.execute(f"INSERT INTO songs (filename, title, artist, art, length) VALUES (?,?,?,?,?)",(i,title,artist,image,length))
|
songDatabase.execute(f"INSERT INTO songs (filename, title, artist, art, length) VALUES (?,?,?,?,?)",(i,title,artist,image,length))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
fileOfDB.commit()
|
fileOfDB.commit()
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
- [ ] Secure Password
|
- [ ] Secure Password
|
||||||
* Actually use SSL for stuff that should be using it
|
* Actually use SSL for stuff that should be using it
|
||||||
- [ ] GUI update for client
|
- [ ] GUI update for client
|
||||||
|
- [x] Playlist items look cleaner
|
||||||
- [ ] Google material design??
|
- [ ] Google material design??
|
||||||
- [ ] Dark mode?
|
- [ ] Dark mode?
|
||||||
- [ ] New Icons
|
- [ ] New Icons
|
||||||
|
|
@ -16,4 +17,4 @@
|
||||||
- Based on time period, number in queue, other possible ideas for credits
|
- Based on time period, number in queue, other possible ideas for credits
|
||||||
- Without a login system there's no easy way to give credits to specific clients (and a login is beyond scope of what I want to do)
|
- Without a login system there's no easy way to give credits to specific clients (and a login is beyond scope of what I want to do)
|
||||||
- Potentially a "redemption code" system, which can be tracked client side
|
- Potentially a "redemption code" system, which can be tracked client side
|
||||||
- All of this is also very hackable without a server-side login.
|
- All of this is very hackable without a server-side login.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue