1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00

resizable chat box

This commit is contained in:
Laura
2025-08-23 17:15:03 +02:00
parent 77c9e0baa4
commit 31cf76e431
5 changed files with 75 additions and 4 deletions

View File

@@ -68,6 +68,11 @@ body {
overflow: hidden;
}
body.resizing * {
user-select: none !important;
cursor: grabbing !important;
}
#version {
position: absolute;
font-size: 12px;
@@ -565,6 +570,7 @@ body:not(.loading) #loading {
padding: 0 12px;
height: 320px;
padding-bottom: 36px;
flex-shrink: 0;
}
#chat::after {
@@ -581,6 +587,15 @@ body:not(.loading) #loading {
padding-top: 50px;
}
#resize-bar {
position: absolute;
top: -4px;
left: 0;
right: 0;
height: 8px;
cursor: n-resize;
}
#attachments {
position: absolute;
top: 2px;