Browse Source

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

Owen Diffey 3 years ago
parent
commit
a480cb9bb5
1 changed files with 4 additions and 0 deletions
  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;