Ver Fonte

fix(AddToPlaylistDropdown): Create playlist button not full width

Owen Diffey há 3 anos atrás
pai
commit
722b072140
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
 	}
 }