v0.2.3
This commit is contained in:
		@ -58,7 +58,7 @@ class HipsterfyPlaylistItem(object):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        card_style = """
 | 
					        card_style = """
 | 
				
			||||||
            width: 300px; height: 300px;
 | 
					            width: 300px; height: 300px;
 | 
				
			||||||
            border: 1.5px;
 | 
					            border: 1px dashed #bbb;  /* sehr dezente, gestrichelte Linie */
 | 
				
			||||||
            border-radius: 18px; 
 | 
					            border-radius: 18px; 
 | 
				
			||||||
            display: flex;
 | 
					            display: flex;
 | 
				
			||||||
            align-items: center;
 | 
					            align-items: center;
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
[project]
 | 
					[project]
 | 
				
			||||||
name = "hipsterfy"
 | 
					name = "hipsterfy"
 | 
				
			||||||
version = "0.2.2"
 | 
					version = "0.2.3"
 | 
				
			||||||
description = ""
 | 
					description = ""
 | 
				
			||||||
authors = [
 | 
					authors = [
 | 
				
			||||||
    {name="Jonas Weinz"}
 | 
					    {name="Jonas Weinz"}
 | 
				
			||||||
@ -16,7 +16,7 @@ dependencies = [
 | 
				
			|||||||
]
 | 
					]
 | 
				
			||||||
[tool.poetry]
 | 
					[tool.poetry]
 | 
				
			||||||
name = "hipsterfy"
 | 
					name = "hipsterfy"
 | 
				
			||||||
version = "0.2.2"
 | 
					version = "0.2.3"
 | 
				
			||||||
description = ""
 | 
					description = ""
 | 
				
			||||||
authors = [
 | 
					authors = [
 | 
				
			||||||
    "Jonas Weinz"
 | 
					    "Jonas Weinz"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user