This commit is contained in:
2025-07-21 22:06:09 +02:00
parent 0ab0a00a77
commit b6e90be86f
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ class HipsterfyPlaylistItem(object):
card_style = """
width: 300px; height: 300px;
border: 1.5px;
border: 1px dashed #bbb; /* sehr dezente, gestrichelte Linie */
border-radius: 18px;
display: flex;
align-items: center;

View File

@ -1,6 +1,6 @@
[project]
name = "hipsterfy"
version = "0.2.2"
version = "0.2.3"
description = ""
authors = [
{name="Jonas Weinz"}
@ -16,7 +16,7 @@ dependencies = [
]
[tool.poetry]
name = "hipsterfy"
version = "0.2.2"
version = "0.2.3"
description = ""
authors = [
"Jonas Weinz"