Left-side ribbon and icons: change width and icon size

This has been asked a few times before without an answer, for example here: Change width of left-side ribbon and icons

CSS Snippet (see Help on how to implement):

.side-dock-ribbon {
  --ribbon-width: 55px;
}
.side-dock-ribbon svg {
  height: 26px;
  width: 26px;
}

2 Likes