UserPanel header size fix, fixes #222
This commit is contained in:
parent
73b275b8da
commit
8144c7d508
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: var(--brand-color--faint);
|
background: var(--brand-color--faint);
|
||||||
|
|
||||||
|
.still-image {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue