mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02: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
|
### :bug: Bugs fixed
|
||||||
- Fix copy and paste very nested inside itself [Taiga #4848](https://tree.taiga.io/project/penpot/issue/4848)
|
- 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 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
|
## 1.17.2
|
||||||
|
|
||||||
|
|
|
@ -123,6 +123,10 @@
|
||||||
:blocked
|
:blocked
|
||||||
:hidden
|
:hidden
|
||||||
|
|
||||||
|
:shadow
|
||||||
|
|
||||||
|
:blur
|
||||||
|
|
||||||
:fills
|
:fills
|
||||||
:fill-color
|
:fill-color
|
||||||
:fill-opacity
|
:fill-opacity
|
||||||
|
|
|
@ -28,7 +28,7 @@ $width-settings-bar: 256px;
|
||||||
top: 0;
|
top: 0;
|
||||||
transition: top 400ms ease 300ms;
|
transition: top 400ms ease 300ms;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
z-index: 2;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
& .viewer-bottom {
|
& .viewer-bottom {
|
||||||
|
@ -46,7 +46,7 @@ $width-settings-bar: 256px;
|
||||||
top: -48px;
|
top: -48px;
|
||||||
left: 0;
|
left: 0;
|
||||||
transition: top 400ms ease 300ms;
|
transition: top 400ms ease 300ms;
|
||||||
z-index: 2;
|
z-index: 10;
|
||||||
margin-bottom: 48px;
|
margin-bottom: 48px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
margin-left: $size-5;
|
margin-left: $size-5;
|
||||||
|
|
|
@ -40,8 +40,8 @@
|
||||||
:layer :shape
|
:layer :shape
|
||||||
:constraint :shape
|
:constraint :shape
|
||||||
:fill :shape
|
:fill :shape
|
||||||
:shadow :children
|
:shadow :shape
|
||||||
:blur :children
|
:blur :shape
|
||||||
:stroke :shape
|
:stroke :shape
|
||||||
:text :children
|
:text :children
|
||||||
:exports :shape
|
:exports :shape
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue