mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
make background image not move too much when resizing left panel
This commit is contained in:
parent
82ca98cdd5
commit
918d091878
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
background-image: var(--avatar-url);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-position: left top;
|
||||
}
|
||||
|
||||
.mx_TagPanel {
|
||||
|
|
Loading…
Reference in a new issue