Minimise button for upload dialog is on the wrong level #330

This commit is contained in:
Eugenio Romano
2016-07-08 12:26:47 +01:00
parent 50960555cb
commit b824c79772

View File

@@ -83,6 +83,12 @@
opacity: 1.0; opacity: 1.0;
} }
.minimize-button {
display: flex;
align-items: center;
justify-content: center;
}
:host .file-dialog .header .minimize-button { :host .file-dialog .header .minimize-button {
cursor: pointer; cursor: pointer;
float: left; float: left;