0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-14 07:51:35 -05:00

Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2023-03-03 10:36:29 +01:00
commit 910352280c
5 changed files with 10 additions and 4 deletions

View file

@ -26,6 +26,7 @@
### :bug: Bugs fixed
- Fix copy and paste very nested inside itself [Taiga #4848](https://tree.taiga.io/project/penpot/issue/4848)
- Fix custom fonts not rendered correctly [Taiga #4874](https://tree.taiga.io/project/penpot/issue/4874)
- Fix problem with shadows and blur on multiple selection
## 1.17.2

View file

@ -123,6 +123,10 @@
:blocked
:hidden
:shadow
:blur
:fills
:fill-color
:fill-opacity

View file

@ -28,7 +28,7 @@ $width-settings-bar: 256px;
top: 0;
transition: top 400ms ease 300ms;
margin-bottom: 0;
z-index: 2;
z-index: 10;
}
& .viewer-bottom {
@ -46,7 +46,7 @@ $width-settings-bar: 256px;
top: -48px;
left: 0;
transition: top 400ms ease 300ms;
z-index: 2;
z-index: 10;
margin-bottom: 48px;
&::after {

View file

@ -54,6 +54,7 @@
display: flex;
justify-content: flex-end;
position: relative;
z-index: 10;
> * {
margin-left: $size-5;

View file

@ -40,8 +40,8 @@
:layer :shape
:constraint :shape
:fill :shape
:shadow :children
:blur :children
:shadow :shape
:blur :shape
:stroke :shape
:text :children
:exports :shape