mirror of https://github.com/vector-im/riot-web
actually center the icon
parent
76293970f4
commit
561b8752b9
|
@ -69,6 +69,6 @@ limitations under the License.
|
||||||
right: 0;
|
right: 0;
|
||||||
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: 9px 14px;
|
mask-position: center;
|
||||||
background: $muted-fg-color;
|
background: $muted-fg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue