mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
🐛 Fix sidebar icon in viewer mode
This commit is contained in:
parent
11c3b6cfe2
commit
fc7707ad3e
2 changed files with 5 additions and 1 deletions
|
@ -44,6 +44,7 @@
|
|||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix sidebar icon in viewer mode [Taiga #3184](https://tree.taiga.io/project/penpot/issue/3184)
|
||||
- Fix send to back several shapes at a time [Taiga #3077](https://tree.taiga.io/project/penpot/issue/3077)
|
||||
- Fix duplicate multi selected elements [Taiga #3155](https://tree.taiga.io/project/penpot/issue/3155)
|
||||
- Fix add fills to artboard modify children [Taiga #3151](https://tree.taiga.io/project/penpot/issue/3151)
|
||||
|
|
|
@ -82,7 +82,10 @@
|
|||
}
|
||||
|
||||
.tool-window-bar-icon {
|
||||
height: 15px;
|
||||
height: 21px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
svg {
|
||||
width: 15px;
|
||||
|
|
Loading…
Reference in a new issue