implement uploading of top panorama, too

This commit is contained in:
Jakob Ketterl
2021-02-09 00:12:53 +01:00
parent ad5daaae95
commit 3b670016be
6 changed files with 80 additions and 51 deletions

View File

@ -32,4 +32,14 @@ h1 {
.q65-matrix {
grid-template-columns: repeat(5, auto);
}
}
.imageupload .image-container {
max-width: 100%;
padding: 7px;
}
.imageupload img.webrx-top-photo {
max-height: 350px;
max-width: 100%;
}