actually center the icon

pull/21833/head
Bruno Windels 2020-07-31 14:23:24 +02:00
parent 76293970f4
commit 561b8752b9
1 changed files with 1 additions and 1 deletions

View File

@ -69,6 +69,6 @@ limitations under the License.
right: 0;
mask: url('$(res)/img/icon-jump-to-bottom.svg');
mask-repeat: no-repeat;
mask-position: 9px 14px;
mask-position: center;
background: $muted-fg-color;
}