Skip to content

Fixed UI breaking on narrow screens#79

Closed
Jonghakseo wants to merge 3 commits intoN1ck:masterfrom
Jonghakseo:fix/ui-break
Closed

Fixed UI breaking on narrow screens#79
Jonghakseo wants to merge 3 commits intoN1ck:masterfrom
Jonghakseo:fix/ui-break

Conversation

@Jonghakseo
Copy link
Copy Markdown

@Jonghakseo Jonghakseo commented Aug 3, 2024

Fix #73

AS-IS

스크린샷 2024-08-04 오전 12 33 57

TO-BE

스크린샷 2024-08-04 오전 12 34 27

@Jonghakseo Jonghakseo mentioned this pull request Oct 2, 2024
Copy link
Copy Markdown
Owner

@N1ck N1ck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR to solve this, it is annoying on narrow screens that it drops to a new line, I'd like to look for a more robust solution, however.

Comment thread src/main.js
)

toolbarGroup.append(clonedNode)
toolbarGroup.prepend(clonedNode)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many of us are used to having the GIF button where it is 😅 Ideally I think we'd look at how to add the GIF button to the ... overflow menu.

@ToshY
Copy link
Copy Markdown

ToshY commented Dec 8, 2025

@Jonghakseo @N1ck Any update on this PR? Still experiencing this issue on 25.10.13.

@PatrykKuniczak
Copy link
Copy Markdown

@N1ck Are you able to fix it?
That's really annoying, and it's easy to fix.

@PatrykKuniczak
Copy link
Copy Markdown

Let's do sth with that, that's easy to fix, as Joghak shown
Why it shouldn't be merged @N1ck ?

@N1ck
Copy link
Copy Markdown
Owner

N1ck commented Apr 21, 2026

Let's do sth with that, that's easy to fix, as Joghak shown Why it shouldn't be merged @N1ck ?

Hey @PatrykKuniczak, I haven't had a chance to revisit this myself yet, but I do still have reservations about the current approach.

My concern is that swapping append for prepend just moves the button rather than solving the underlying layout issue, and as I mentioned a while back, it's disruptive for users who are used to the GIF button's current position.

What I'd really like is for the button to fall into the ... overflow menu when the toolbar gets too narrow. That would be a more robust fix that doesn't change anything for users on wider screens. I'd be open to a PR going in that direction if anyone wants to take a crack at it.

@N1ck N1ck closed this Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GIF button appears below toolbar in certain breakpoints

5 participants