scale the icon a bit, as centering changed it's size
parent
561b8752b9
commit
29e17af2f8
|
@ -70,5 +70,6 @@ limitations under the License.
|
||||||
mask: url('$(res)/img/icon-jump-to-bottom.svg');
|
mask: url('$(res)/img/icon-jump-to-bottom.svg');
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
|
mask-size: 50%;
|
||||||
background: $muted-fg-color;
|
background: $muted-fg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue