make background image not move too much when resizing left panel

pull/21833/head
Bruno Windels 2020-07-03 16:56:10 +02:00
parent 82ca98cdd5
commit 918d091878
1 changed files with 1 additions and 1 deletions

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 {