diff --git a/css/icons.css b/css/icons.css index e808b3b..d1c89d7 100644 --- a/css/icons.css +++ b/css/icons.css @@ -17,7 +17,9 @@ bottom: 15%; mask-size: contain; + -webkit-mask-size: contain; mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; max-height: 70%; aspect-ratio: 1; diff --git a/css/layers.css b/css/layers.css index a4f2ee7..434e77e 100644 --- a/css/layers.css +++ b/css/layers.css @@ -25,6 +25,7 @@ .layer-render-target .collection { position: absolute; + transform-origin: 0px 0px; } .layer-render-target .collection > .collection-input-overlay { @@ -45,7 +46,7 @@ right: 0; } -#layer-overlay { +.overlay-canvas { position: fixed; top: 0; diff --git a/css/ui/generic.css b/css/ui/generic.css index 801e2ba..09eb6ea 100644 --- a/css/ui/generic.css +++ b/css/ui/generic.css @@ -231,6 +231,7 @@ div.autocomplete > .autocomplete-list { } div.autocomplete > .autocomplete-list > .autocomplete-option { + position: relative; cursor: pointer; overflow: hidden; diff --git a/css/ui/layers.css b/css/ui/layers.css index c433b9c..385498d 100644 --- a/css/ui/layers.css +++ b/css/ui/layers.css @@ -158,7 +158,9 @@ background-color: #293d3d77; + -webkit-mask-image: url("../../res/icons/chevron-up.svg"); mask-image: url("../../res/icons/chevron-up.svg"); + -webkit-mask-size: contain; mask-size: contain; width: 60px; diff --git a/index.html b/index.html index af89d74..c5fbb50 100644 --- a/index.html +++ b/index.html @@ -5,15 +5,15 @@