Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Reply box can be made wider but not narrow after #398

Open
PVNFU-28 opened this issue Feb 12, 2021 · 1 comment
Open

Quick Reply box can be made wider but not narrow after #398

PVNFU-28 opened this issue Feb 12, 2021 · 1 comment
Labels

Comments

@PVNFU-28
Copy link

@PVNFU-28 PVNFU-28 commented Feb 12, 2021

tried it on two different imageboards and its the same, you can drag the bottom-right corner to make the box wider but after that you can't make it narrow again, vertical resizing does work.
Minor issue really

@isaacimran
Copy link

@isaacimran isaacimran commented Feb 12, 2021

Can confirm. I tested on Mozilla Firefox 85.0.1 and Chromium 88.0.4324.152. On Firefox resizing works just fine but on Chromium doesn't. I found these issues while searching:
https://bugs.chromium.org/p/chromium/issues/detail?id=560747
https://bugs.chromium.org/p/chromium/issues/detail?id=94583
TL;DR this is a Chrome bug.

Edit: Setting min-width to 99% fixes it temporarily.

                #quick-reply textarea {\
                        width: 100%;\
                        min-width: 99%;\
                        font-size: 10pt;\
                        resize: vertical horizontal;\
                }\

@h00j h00j added the bug label Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants