🐛 Fix sidebar icon in viewer mode

This commit is contained in:
Eva 2022-04-05 10:35:26 +02:00
parent 11c3b6cfe2
commit fc7707ad3e
2 changed files with 5 additions and 1 deletions

View file

@ -82,7 +82,10 @@
}
.tool-window-bar-icon {
height: 15px;
height: 21px;
display: flex;
align-items: center;
justify-content: center;
svg {
width: 15px;