diff options
author | V <vendicated@riseup.net> | 2023-05-13 23:47:13 +0200 |
---|---|---|
committer | V <vendicated@riseup.net> | 2023-05-13 23:47:13 +0200 |
commit | c062f9bdeb1eef02a2fc8b2c2411b715d727336f (patch) | |
tree | 6bec28406d8415106b9b9b8b0962c695a4fb1aa6 /src/components/iconStyles.css | |
parent | f2ef96a420ce5a05d5717f99e3a6a00b61230bd8 (diff) | |
download | Vencord-c062f9bdeb1eef02a2fc8b2c2411b715d727336f.tar.gz Vencord-c062f9bdeb1eef02a2fc8b2c2411b715d727336f.tar.bz2 Vencord-c062f9bdeb1eef02a2fc8b2c2411b715d727336f.zip |
SpotifyControls: Add context menu icons
Diffstat (limited to 'src/components/iconStyles.css')
-rw-r--r-- | src/components/iconStyles.css | 3 |
1 files changed, 3 insertions, 0 deletions
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); +} |