Browse Source

fix(AddToPlaylistDropdown): Create playlist button not full width

Owen Diffey 3 years ago
parent
commit
722b072140
1 changed files with 1 additions and 1 deletions
  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);
 	}
 }