mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
Merge pull request #728 from penpot/presets-dropdow-fix
✨ Presets dropdow fix
This commit is contained in:
commit
69ac552881
3 changed files with 15 additions and 5 deletions
|
@ -4,12 +4,14 @@
|
|||
|
||||
### :sparkles: New features
|
||||
|
||||
- Add more chinese translations [#726](https://github.com/penpot/penpot/pull/726)
|
||||
- Add blob-encoding v3 (uses ZSTD+transit) [#738](https://github.com/penpot/penpot/pull/738)
|
||||
- Add http caching layer on top of Query RPC.
|
||||
- Add layer opacity and blend mode to shapes
|
||||
- Add more chinese translations [#726](https://github.com/penpot/penpot/pull/726)
|
||||
- Add thumbnail in memory caching mechanism.
|
||||
- Duplicate and move files and projects [Taiga #267](https://tree.taiga.io/project/penpot/us/267)
|
||||
- Import SVG will create Penpot's shapes
|
||||
- Improve french translations [#731](https://github.com/penpot/penpot/pull/731)
|
||||
- Add layer opacity and blend mode to shapes
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
|
|
|
@ -510,7 +510,15 @@
|
|||
|
||||
.presets {
|
||||
.custom-select-dropdown {
|
||||
width: 200px;
|
||||
width: 237px;
|
||||
|
||||
li {
|
||||
font-size: $fs12;
|
||||
|
||||
span {
|
||||
font-size: $fs11;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
{:name "iPhone X/XS/11 Pro"
|
||||
:width 375
|
||||
:height 812}
|
||||
{:name "iPhone XS Max/XR/11/11 Pro Max"
|
||||
{:name "iPhone XS Max/XR/11"
|
||||
:width 414
|
||||
:height 896}
|
||||
{:name "iPhone 6/7/8 Plus"
|
||||
|
@ -190,7 +190,7 @@
|
|||
{:name "Google Pixel 4a/5"
|
||||
:width 393
|
||||
:height 851}
|
||||
{:name "Samsung Galaxy S20+/S21 Ultra"
|
||||
{:name "Samsung Galaxy S20+"
|
||||
:width 384
|
||||
:height 854}
|
||||
{:name "Samsung Galaxy A71/A51"
|
||||
|
|
Loading…
Add table
Reference in a new issue