Vlad Have you tried achieving this with custom CSS?
Alas, it is difficult to target (only) the elements that need to be styled using only custom CSS.
- Either the major elements need to be given unique ids/classnames
- OR custom JS is also needed (to detect the URL and/or element contents)
The custom CSS I just posted above is broken on the "News" tab because there is no (simple) way to target just the time menu/items on the "All" tab. The CSS styling "leaks" into other tabs that should not be styled:

Most Kagi custom CSS seems to be just color "themes" that don't touch the layout...
Kagi Custom CSS would be more powerful if:
- Major components all had unique ids or classnames.
- Used more flexible
grid layout(s). (As long as the major components are uniquely targetable, I think it is possible to use a CSS grid layout even if Kagi does not use one!)
- (Also even the simpler color "themes" should be easier to make)
If the Kagi search menus all had uniquely targetable classnames and used grid layout I think "search options to the left" could be accomplished via custom CSS. But in the current state it is quite difficult, if not impossible.