mirror of
https://github.com/penpot/penpot.git
synced 2026-05-22 16:33:55 +00:00
Merge remote-tracking branch 'origin/staging'
This commit is contained in:
commit
1b33b0dcef
@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix viewer scroll problems [Taiga 3403](https://tree.taiga.io/project/penpot/issue/3403)
|
||||||
- Fix hide html options on handoff [Taiga 3533](https://tree.taiga.io/project/penpot/issue/3533)
|
- Fix hide html options on handoff [Taiga 3533](https://tree.taiga.io/project/penpot/issue/3533)
|
||||||
- Fix share prototypes overlay and stroke [Taiga #3994](https://tree.taiga.io/project/penpot/issue/3994)
|
- 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 border radious on boolean operations [Taiga #3959](https://tree.taiga.io/project/penpot/issue/3959)
|
||||||
|
|||||||
@ -52,6 +52,12 @@
|
|||||||
:labels ["name"]
|
:labels ["name"]
|
||||||
:type :histogram}
|
:type :histogram}
|
||||||
|
|
||||||
|
:rpc-command-timing
|
||||||
|
{:name "rpc_command_timing"
|
||||||
|
:help "RPC command method call timming."
|
||||||
|
:labels ["name"]
|
||||||
|
:type :histogram}
|
||||||
|
|
||||||
:rpc-query-timing
|
:rpc-query-timing
|
||||||
{:name "rpc_query_timing"
|
{:name "rpc_query_timing"
|
||||||
:help "RPC query method call timing."
|
:help "RPC query method call timing."
|
||||||
|
|||||||
@ -204,7 +204,6 @@
|
|||||||
(defn- process-method
|
(defn- process-method
|
||||||
[cfg vfn]
|
[cfg vfn]
|
||||||
(let [mdata (meta vfn)]
|
(let [mdata (meta vfn)]
|
||||||
;; (prn mdata)
|
|
||||||
[(keyword (::sv/name mdata))
|
[(keyword (::sv/name mdata))
|
||||||
(wrap cfg vfn mdata)]))
|
(wrap cfg vfn mdata)]))
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,6 @@
|
|||||||
grid-row: 1 / span 2;
|
grid-row: 1 / span 2;
|
||||||
grid-column: 1 / span 1;
|
grid-column: 1 / span 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-flow: wrap;
|
flex-flow: wrap;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@ -56,8 +55,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .viewer-go-next {
|
& .viewer-go-next {
|
||||||
right: 0;
|
right: 8px;
|
||||||
padding-right: 29px;
|
width: 46px;
|
||||||
svg {
|
svg {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
@ -81,12 +80,13 @@
|
|||||||
|
|
||||||
& .viewer-bottom {
|
& .viewer-bottom {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 8px;
|
||||||
height: 50px;
|
height: 30px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
&.left-bar {
|
&.left-bar {
|
||||||
width: calc(100% - 512px);
|
width: calc(100% - 512px);
|
||||||
@ -128,6 +128,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .viewer-wrapper {
|
& .viewer-wrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user