Преглед изворни кода

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

Owen Diffey пре 3 година
родитељ
комит
a480cb9bb5
1 измењених фајлова са 4 додато и 0 уклоњено
  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;