mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 18:21:09 +00:00
🐛 Fix sidebar icon in viewer mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user