webui: fix chat header width when sidebar is closed#17981
webui: fix chat header width when sidebar is closed#17981allozaur merged 2 commits intoggml-org:masterfrom polydecay:251213-fix-collapsed-sidebar-header-wdith
Conversation
|
Thank you !! |
allozaur
left a comment
There was a problem hiding this comment.
Sth is not passing CI here... Is everything alright with the .html.gz file?
|
I believe so, it might be the base master commit that's bad. I'll try rebasing and building again. Edit: I rebased and rebuilt the The previous CI errors are gone after the rebase, but it's now failing on another test instead. Looking at the logs it does not seem to be related to my changes. Do you want me to keep rebasing? |
It failed because the cache disappeared between jobs, will be fixed once #18116 gets merged. |
|
@polydecay i've merged #18116 so please rebase on |
* webui: fix chat header width when sidebar is closed * chore: add index.html.gz
* webui: fix chat header width when sidebar is closed * chore: add index.html.gz
This fixes a small issue where the chat header was not resized to fill the screen width when collapsing the sidebar manually. I also copied the transition style
duration-200 ease-linearfrom the sidebar button to match the animation.