Update the looks a bit more

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-24 08:11:53 +01:00
parent 768d268189
commit ab79deb88f
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 31 additions and 21 deletions

View file

@ -49,24 +49,32 @@ limitations under the License.
}
.mx_ImageView_panel {
width: 100%;
height: 68px;
position: absolute;
z-index: 1000;
align-self: flex-start;
pointer-events: all;
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.mx_ImageView_toolbar {
right: 0;
padding: 50px 50px 0 0;
padding-right: 18px;
display: flex;
align-items: center;
}
.mx_ImageView_toolbar_buttons {
display: flex;
align-items: center;
}
.mx_ImageView_label {
left: 0;
padding: 50px 0 0 50px;
padding-left: 18px;
text-align: left;
display: flex;
justify-content: center;