We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbd24b3 + ba9893e commit d665db0Copy full SHA for d665db0
app/public/stylesheets/sass/_components/_view-container.scss
@@ -20,12 +20,16 @@
20
}
21
22
/*
23
-* Modal UI components
+* Modal UI components for adding song to playlist
24
*/
25
.mediaBox_wrapper {
26
float: left;
27
margin: 0 5px;
28
29
+ &, & * {
30
+ cursor: pointer;
31
+ }
32
+
33
&:first-child {
34
margin-left: 0px;
35
0 commit comments