From 28a1f5d4eddab6eb7c9ca77346c6fa9608856dd5 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 25 Aug 2025 00:06:19 +0200 Subject: Broken state --- rag/static/styles.tcss | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 rag/static/styles.tcss (limited to 'rag/static/styles.tcss') diff --git a/rag/static/styles.tcss b/rag/static/styles.tcss new file mode 100644 index 0000000..902f60b --- /dev/null +++ b/rag/static/styles.tcss @@ -0,0 +1,48 @@ +#rag { + background: #151515; + color: #E1E1E1; + height: auto; + width: 100%; + margin: 0 0 2 0; + grid-size: 2 2; +} + +#history { + scrollbar-size: 1 1; + height: 80%; +} + +#output { + height: 100%; +} + +#chat { + border: round #373737; + padding: 1; + margin-top: 2; + margin-right: 2; +} + +#input { + height: 20%; + dock: bottom; +} + +#references { + scrollbar-size: 1 1; + dock: right; + border-left: solid #373737; + height: 100%; + width: 20%; +} + +Input { + dock: bottom; + align_horizontal: center; + width: 90%; + height: 10%; + background: #202020; + color: #E1E1E1; + border: round #373737; +} + -- cgit v1.2.3-70-g09d2