From b2d1b69fd6d9b1f0473ea70bc473df6f370891da Mon Sep 17 00:00:00 2001 From: yo momma Date: Thu, 29 Jan 2026 23:36:35 +0000 Subject: Refactor: extract inline CSS into static/css --- static/css/chat_wrapper.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 static/css/chat_wrapper.css (limited to 'static/css/chat_wrapper.css') diff --git a/static/css/chat_wrapper.css b/static/css/chat_wrapper.css new file mode 100644 index 0000000..6d9a832 --- /dev/null +++ b/static/css/chat_wrapper.css @@ -0,0 +1,19 @@ +#chat-wrapper { + position: absolute; + z-index: 1000000; + right: 100px; + bottom: 100px; + height: 40px; + width: 300px; +} + +.divDragTitle { + left: 50% !important; + margin-left: -250px !important; +} + +.divDragContent { + z-index: 666; + left: 50% !important; + margin-left: -250px !important; +} -- cgit v1.2.3-70-g09d2