Explorar o código

fix(AddToPlaylistDropdown): Create playlist button not full width

Owen Diffey %!s(int64=3) %!d(string=hai) anos
pai
achega
722b072140
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/App.vue

+ 1 - 1
frontend/src/App.vue

@@ -1183,7 +1183,7 @@ img {
 
 	#create-playlist {
 		margin: 10px 10px 10px 10px;
-		width: unset;
+		width: calc(100% - 20px);
 	}
 }