Skip to content

Commit

Permalink
Override hardcoded save button width
Browse files Browse the repository at this point in the history
The save button wrapper have a fixed width: https://github.com/scaleflex/filerobot-image-editor/blob/775f3cbc827755fda0f067265719df0787b355c8/packages/react-filerobot-image-editor/src/components/Topbar/SaveButton.jsx#L31

This PR override this hardcoded value to give it more flexibility.

Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge authored and backportbot-nextcloud[bot] committed May 11, 2023
1 parent 8f43cc8 commit fcac7f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ImageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,10 @@ export default {
}
// Save button fixes
.FIE_topbar-save-wrapper {
width: auto !important;
}
.FIE_topbar-save-button {
color: var(--color-primary-text) !important;
border: none !important;
Expand Down

0 comments on commit fcac7f2

Please sign in to comment.