view src/chat.css @ 17:19901d6fb56f

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 30 Jul 2025 15:01:31 -0600
parents 47b00cce8b53
children 176a182c02cf
line wrap: on
line source

div[top] {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div[top] span[pulldown] > div {
	right: 0;
}

[waiting-ai-icon] {
	width: 100px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3000;
	display: none;
}

[ai_container] textarea {
	display: block;
	width: 100%;
	margin-top: 36px;
	max-height: 150px;
	resize: none;
}
[ai_container] div[buttons] {
	display: flex;
	justify-content: flex-end;
	margin-top: 8px;
	padding-bottom: 8px;
	gap: 8px;
}

dialog[rename] input {
	width: 300px;
}

div[system_prompt] {
	white-space-collapse: preserve;
}