Update the looks a bit more
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
768d268189
commit
ab79deb88f
2 changed files with 31 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue