mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
Add gray background to the X-axis ruler.
Signed-off-by: Sean Loughman <sean@studiospring.com.au>
This commit is contained in:
parent
b313aa47ce
commit
e81f9cc6b3
@ -139,6 +139,9 @@
|
|||||||
[:svg.horizontal-rule
|
[:svg.horizontal-rule
|
||||||
{:width c/viewport-width
|
{:width c/viewport-width
|
||||||
:height 20}
|
:height 20}
|
||||||
|
[:rect {:height 20
|
||||||
|
:width c/viewport-width
|
||||||
|
:fill "rgb(233, 234, 235)"}]
|
||||||
[:g {:transform (str "translate(" translate-x ", 0)")}
|
[:g {:transform (str "translate(" translate-x ", 0)")}
|
||||||
(horizontal-rule-ticks zoom)]]))
|
(horizontal-rule-ticks zoom)]]))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user