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.
1 parent ca54111 commit 2ec295dCopy full SHA for 2ec295d
1 file changed
src/common/playlists/playlist.css
@@ -829,7 +829,7 @@
829
.play-card-container {
830
display: flex;
831
flex-direction: column;
832
- border: 1px solid #ddd;
+ border: 2px solid #757575;
833
border-radius: 8px;
834
overflow: hidden;
835
transition: transform 0.2s ease-in-out;
@@ -838,6 +838,11 @@
838
padding: 12px;
839
}
840
841
+.play-card-container:hover {
842
+ transform: scale(105%);
843
+ transition: transform 0.2s ease-in-out;
844
+}
845
+
846
.border {
847
border: 1px solid rgb(189 183 183);
848
margin: 8px;
0 commit comments