Explorar o código

fix: Station player add to playlist button left border-radius missing

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

+ 4 - 0
frontend/src/App.vue

@@ -1332,6 +1332,10 @@ button.delete:focus {
 			border-radius: 0;
 			margin-right: -1px;
 
+			&:first-child {
+				border-radius: 3px 0 0 3px;
+			}
+
 			&:last-child {
 				border-radius: 0 3px 3px 0;
 				padding-left: 10px;