UI: minor style improvements to chat tab

This commit is contained in:
oobabooga 2025-01-03 04:35:29 -08:00
parent e2702200e1
commit 3815f46838

View File

@ -839,7 +839,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
Past chats menus Past chats menus
---------------------------------------------- */ ---------------------------------------------- */
#rename-row label { #rename-row label {
margin-top: var(--layout-gap); margin-top: 0;
}
#rename-row > :nth-child(2) {
justify-content: center;
} }
/* ---------------------------------------------- /* ----------------------------------------------