mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 04:58:34 +02:00
✨ Import paths as native shapes
This commit is contained in:
parent
741d67c30b
commit
19febde547
28 changed files with 921 additions and 209 deletions
|
@ -5505,5 +5505,12 @@
|
|||
"zh_cn" : "单击以闭合路径"
|
||||
},
|
||||
"unused" : true
|
||||
},
|
||||
|
||||
"workspace.sidebar.options.svg-attrs.title": {
|
||||
"translations": {
|
||||
"en": "Imported SVG Attributes",
|
||||
"es": "Atributos del SVG Importado"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -449,6 +449,11 @@ ul.slider-dots {
|
|||
content: "Y";
|
||||
}
|
||||
}
|
||||
|
||||
&.large {
|
||||
width: auto;
|
||||
min-width: 9rem;
|
||||
}
|
||||
}
|
||||
|
||||
input,
|
||||
|
|
|
@ -709,6 +709,8 @@
|
|||
.element-set-content .input-row {
|
||||
& .element-set-subtitle {
|
||||
width: 5.5rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -771,7 +773,6 @@
|
|||
min-width: 56px;
|
||||
max-height: 10rem;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue