view src/chat.css @ 9:46097e607701

romaji
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 21 Jul 2025 15:16:47 -0600
parents 025bb19b65b1
children 47b00cce8b53
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] div[ask] {
	padding-top: 1em;
	padding-bottom: 1em;
	xpadding-left: 12px;
	xpadding-right: 12px;
	display: flex;
	gap: 8px;
	align-items: flex-end;
}
[ai_container] textarea {
	flex-grow: 1;
	max-height: 150px;
	resize: none;
}

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

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