[Skin] Colorful TeamSpeak - A TeamSpeak 6 Extension

Hey made a small addition to the style so that the channel height and padding is much smaller that will make it a lot easier to keep overview on multichannel teamspeaks without having to fullscreen the window or even to flip your 32:9 Ultrawide to portrait mode :sweat_smile:

TeamSpeak.css

:root,
::after,
::before {
  --channel-height: 24px !important;
  --tsv-padding-v-large: 2px !important;
  --tsv-padding-v: 2px !important;
  --tsv-padding-v-small: 2px !important;
  --tsv-padding-v-minimal: 2px !important;

play around with the paddings from 0-4px to make it fit to your personal liking
(0px is really aggressive shrinking, 2px moderate, 4px is default)

Also you got to completely close teamspeak and start a again to apply the changes. Its to a limitation in the code of how teamspeak works that the height and padding is calculated in the start prozess of the app itself.

What still needs some looking into to make it even more compact is

  • the hover functions of the channels&Users
  • the drag and drop indicator of channel&users
  • the icon inside the channel to fit the new channel height

Thx to @LeonMarcelHD for creating the style and showing me how to edit and create styles myself!
I hope it is okay with me doing this here? Otherwise its also completely okay for me to start a new style & thread myself with just the new compact view.

Best regards anyways! <3

2 Likes