Selaa lähdekoodia

fix(AddToPlaylistDropdown): Create playlist button not full width

Owen Diffey 3 vuotta sitten
vanhempi
commit
722b072140
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
 	}
 }