Pārlūkot izejas kodu

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

Owen Diffey 3 gadi atpakaļ
vecāks
revīzija
a480cb9bb5
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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;