PEF The current search result pane is not using the whole width of the screen / leaving a large section blank on the right side of the screen. Add the a feature to extend the results and controls to the whole width of the browser screen.
Vlad PEF This feature already exists! It is called Custom CSS and allows you to do anything with the visual apperance including what you asked for: https://help.kagi.com/kagi/features/custom-css.html
LKD70 To expand on Vlads answer, the custom CSS required for this change would look something like this: :root { --center_content_width: 100%; }
dryfish LKD70 This unfortunately means that you need to scroll sideways to see any Wikipedia sidebar results.