Temporarily set the display: flex style only on the image editor buttons

This commit is contained in:
cmdr2 2022-12-01 16:59:12 +05:30
parent 6094cd8578
commit 1c8ab9e1b4
2 changed files with 6 additions and 1 deletions

View File

@ -197,3 +197,9 @@
opacity: 0.75;
}
#init_image_preview_container .button {
display: flex;
}
#image-editor .button {
display: flex;
}

View File

@ -619,7 +619,6 @@ input::file-selector-button,
background: var(--button-color);
color: var(--button-text-color);
border: var(--button-border);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;