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:
commit
910352280c
5 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -123,6 +123,10 @@
|
|||
:blocked
|
||||
:hidden
|
||||
|
||||
:shadow
|
||||
|
||||
:blur
|
||||
|
||||
:fills
|
||||
:fill-color
|
||||
:fill-opacity
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
display: flex;
|
||||
justify-content: flex-end;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
|
||||
> * {
|
||||
margin-left: $size-5;
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
:layer :shape
|
||||
:constraint :shape
|
||||
:fill :shape
|
||||
:shadow :children
|
||||
:blur :children
|
||||
:shadow :shape
|
||||
:blur :shape
|
||||
:stroke :shape
|
||||
:text :children
|
||||
:exports :shape
|
||||
|
|
Loading…
Add table
Reference in a new issue