Kaynağa Gözat

fix(AddToPlaylistDropdown): Create playlist button not full width

Owen Diffey 3 yıl önce
ebeveyn
işleme
722b072140
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
 	}
 }