Fix some styling issues in edit avatar dialog

This commit is contained in:
Hadi Nategh 2022-09-26 15:48:45 +02:00
parent 2ed1a12617
commit 7ba571b710

View File

@ -4,7 +4,7 @@
<overlay> <overlay>
<template id="etemplate.avatar_edit" template="" lang="" group="0" version="16.2"> <template id="etemplate.avatar_edit" template="" lang="" group="0" version="16.2">
<vbox> <vbox>
<avatar crop="true" id="cropper_image" contactId="$cont[contact_id]" src="$cont[src]" size="6em" shape="square"/> <avatar crop="true" id="cropper_image" contactId="$cont[contact_id]" src="$cont[src]" size="8em" shape="square"/>
<hbox> <hbox>
<buttononly id="rotate_reset" label="Reset" image="recur" background_image="1"/> <buttononly id="rotate_reset" label="Reset" image="recur" background_image="1"/>
<buttononly id="rotate_l" label="Rotate Left" image="rotate_l" background_image="1"/> <buttononly id="rotate_l" label="Rotate Left" image="rotate_l" background_image="1"/>
@ -15,7 +15,10 @@
</hbox> </hbox>
</vbox> </vbox>
<styles> <styles>
div.et2_file {margin-top: 5px;} #_cropper_image {
display: inline-flex;
justify-content: center;
}
</styles> </styles>
</template> </template>
</overlay> </overlay>