This simple userstyle removes the obnoxious "Create Playlist" button and the sidebar text to free more space for your playlists.
Spotify Compact Sidebar Icons by bliwi
![Screenshot of Spotify Compact Sidebar Icons](https://userstyles.world/preview/5413/0.jpeg)
Details
Authorbliwi
LicenseNo License
Categoryspotify
Created
Updated
Size734 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I have tried but Making it more compact than it's current state causes the buttons to not work properly.
If you find a way of doing do, feel free to upload it.
Source code
/* ==UserStyle==
@name Spotify Compact Sidebar Icons
@version 20220701.00.22
@namespace userstyles.world/user/bliwi
@description This simple userstyle removes the obnoxious "Create Playlist" button and the sidebar text to free more space for your playlists.
@author bliwi
@license No License
==/UserStyle== */
@-moz-document domain("open.spotify.com") {
.RSg3qFREWrqWCuUvDpJR{
display: flex !important;
padding-left: 20px;
height: 30px;
}
.ATUzFKub89lzvkmvhpyE{
width: 30px;
}
.r9YzlaAPnM2LGK97GSfa{
height: 30px !important;
display: flex;
padding-left: 40px;
margin-bottom: 10px;
}
.IPVjkkhh06nan7aZK7Bx{
position: fixed;
transform: translate(-200px, -200px);
}
}