There is a little bug there. At least on two machines I use. If one hovers the cursor over the date and clock at the panel (default is in the right bottom corner), the font turns to normal (default is bold) which results in shifting the icons right. To fix it just edit the file:
~/.themes/Vivaldi/cinnamon/cinnamon.css. Find the panel.js section and make sure the property font-weight set to bold:
#panel {
color: #acacac;
background-color: rgba(23,23,23,1);
outline: 2px rgba(200,56,56,0.9);
font-size: 0.9em;
font-weight: bold;
height: 40px;
Log In To Comment!
6 Comments