interstellard / chatgpt-advanced

WebChatGPT: A browser extension that augments your ChatGPT prompts with web results.
https://webchatgpt.app
MIT License
6.44k stars 838 forks source link

Fix centering issue on Web Access Toggle #133

Closed papercircuit closed 1 year ago

papercircuit commented 1 year ago

I noticed the selector inside the webAccessToggle element was not being centered correctly on screens wider than 766px and less than 1280px. I fixed this using top: 50% and transform: translateY(-50%).

qunash commented 1 year ago

Thanks for the PR. This change breaks the toggle in all other resolutions: image

qunash commented 1 year ago

Fixed in https://github.com/qunash/chatgpt-advanced/commit/98a803d2b3af2700c427187f0a2093f41d093694