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

Remove margin from input window when border style is 'none'. #321

Merged
merged 2 commits into from
Dec 13, 2023

Conversation

gen740
Copy link
Contributor

@gen740 gen740 commented Nov 18, 2023

When the border style is set to "none", the input box unexpectedly gains an additional margin. Here are the screenshots illustrating the issue:
スクリーンショット 2023-11-18 20 00 01

I fix this issue by setting the input box margin to zero when the border is none.
スクリーンショット 2023-11-18 20 01 40

@gen740 gen740 force-pushed the do_not_take_margin_when_style_none branch from 2a58a85 to b5cbfe2 Compare November 18, 2023 11:17
@jackMort jackMort merged commit 800f24c into jackMort:main Dec 13, 2023
1 check passed
@jackMort
Copy link
Owner

looks good, thanks!

@gen740 gen740 deleted the do_not_take_margin_when_style_none branch December 13, 2023 12:51
aaronik pushed a commit to aaronik/ChatGPT.nvim that referenced this pull request Dec 19, 2023
…ckMort#321)

* Delete margin if style='none'

* Delete print function

---------

Co-authored-by: gen740 <[email protected]>
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.

2 participants