mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Merge pull request #4296 from penpot/eva-bugfing-10
🐛 Fix frontend errors
This commit is contained in:
commit
abd66050bd
@ -36,7 +36,7 @@
|
|||||||
width: $s-272;
|
width: $s-272;
|
||||||
padding: $s-6;
|
padding: $s-6;
|
||||||
max-height: calc(100vh - 3 * ($s-2 + $s-48));
|
max-height: calc(100vh - 3 * ($s-2 + $s-48));
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-element {
|
.dropdown-element {
|
||||||
|
|||||||
@ -187,15 +187,15 @@
|
|||||||
(def ^:private corner-bottom-icon
|
(def ^:private corner-bottom-icon
|
||||||
(i/icon-xref :corner-bottom (stl/css :corner-icon)))
|
(i/icon-xref :corner-bottom (stl/css :corner-icon)))
|
||||||
(def ^:private corner-bottomleft-icon
|
(def ^:private corner-bottomleft-icon
|
||||||
(i/icon-xref :corner-bottomleft (stl/css :corner-icon)))
|
(i/icon-xref :corner-bottom-left (stl/css :corner-icon)))
|
||||||
(def ^:private corner-bottomright-icon
|
(def ^:private corner-bottomright-icon
|
||||||
(i/icon-xref :corner-bottomright (stl/css :corner-icon)))
|
(i/icon-xref :corner-bottom-right (stl/css :corner-icon)))
|
||||||
(def ^:private corner-top-icon
|
(def ^:private corner-top-icon
|
||||||
(i/icon-xref :corner-top (stl/css :corner-icon)))
|
(i/icon-xref :corner-top (stl/css :corner-icon)))
|
||||||
(def ^:private corner-topleft-icon
|
(def ^:private corner-topleft-icon
|
||||||
(i/icon-xref :corner-topleft (stl/css :corner-icon)))
|
(i/icon-xref :corner-top-left (stl/css :corner-icon)))
|
||||||
(def ^:private corner-topright-icon
|
(def ^:private corner-topright-icon
|
||||||
(i/icon-xref :corner-topright (stl/css :corner-icon)))
|
(i/icon-xref :corner-top-right (stl/css :corner-icon)))
|
||||||
|
|
||||||
(mf/defc interaction-entry
|
(mf/defc interaction-entry
|
||||||
[{:keys [index shape interaction update-interaction remove-interaction]}]
|
[{:keys [index shape interaction update-interaction remove-interaction]}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user