Compare commits

..

2 Commits
0.1.5 ... 0.1.6

Author SHA1 Message Date
9c0d85c5d2 Bump version to 0.1.6 2023-01-06 16:26:22 -05:00
1b58ea4538 Fix max-height bug on dl for in progress scrobble 2023-01-06 16:24:00 -05:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "vrobbler"
version = "0.1.5"
version = "0.1.6"
description = ""
authors = ["Colin Powell <colin@unbl.ink>"]

View File

@ -16,7 +16,6 @@
dl {
display: flex;
flex-flow: column wrap;
max-height: 6em;
border: 1px solid #777;
}
dt {