Skip to content

Commit

Permalink
Merge pull request #1658 from nextcloud/backport/1656/stable25
Browse files Browse the repository at this point in the history
[stable25] Override hardcoded save button width
  • Loading branch information
artonge authored May 11, 2023
2 parents 8f43cc8 + 474deab commit 75d4d74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

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 75d4d74

Please sign in to comment.