make background image not move too much when resizing left panel

This commit is contained in:
Bruno Windels 2020-07-03 16:56:10 +02:00
parent 82ca98cdd5
commit 918d091878

View file

@ -9,7 +9,7 @@
background-image: var(--avatar-url); background-image: var(--avatar-url);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-position: center; background-position: left top;
} }
.mx_TagPanel { .mx_TagPanel {