mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
🐛 Fix share prototypes overlay and stroke
This commit is contained in:
parent
d16761772b
commit
36af303850
2 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
|||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix border radious on boolean operations [Taiga](https://tree.taiga.io/project/penpot/issue/3959)
|
||||
- Fix share prototypes overlay and stroke [Taiga #3994](https://tree.taiga.io/project/penpot/issue/3994)
|
||||
- Fix border radious on boolean operations [Taiga #3959](https://tree.taiga.io/project/penpot/issue/3959)
|
||||
- Fix inconsistent representation of rectangles [Taiga #3977](https://tree.taiga.io/project/penpot/issue/3977)
|
||||
- Fix recent fonts info [Taiga #3953](https://tree.taiga.io/project/penpot/issue/3953)
|
||||
- Fix clipped elements affect boards and centering [Taiga #3666](https://tree.taiga.io/project/penpot/issue/3666)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.share-modal {
|
||||
background: none;
|
||||
display: block;
|
||||
top: 50px;
|
||||
left: calc(100vw - 500px);
|
||||
|
@ -6,6 +7,7 @@
|
|||
.share-link-dialog {
|
||||
width: 480px;
|
||||
background-color: $color-white;
|
||||
border: 1px solid $color-gray-10;
|
||||
|
||||
.modal-content {
|
||||
padding: 16px 32px;
|
||||
|
|
Loading…
Add table
Reference in a new issue