From c062f9bdeb1eef02a2fc8b2c2411b715d727336f Mon Sep 17 00:00:00 2001 From: V Date: Sat, 13 May 2023 23:47:13 +0200 Subject: SpotifyControls: Add context menu icons --- src/components/iconStyles.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/components/iconStyles.css (limited to 'src/components/iconStyles.css') diff --git a/src/components/iconStyles.css b/src/components/iconStyles.css new file mode 100644 index 0000000..9f2ef8e --- /dev/null +++ b/src/components/iconStyles.css @@ -0,0 +1,3 @@ +.vc-open-external-icon { + transform: rotate(45deg); +} -- cgit