fix user-message position
3clyp50 committed
Jan 6, 2026 at 18:33 UTC
6530a0817b7c026648711a1474608ed2e113996b
1 file changed
+1
-1
webui/css/messages.css
+1
-1
@@ -53,7 +53,7 @@
53
justify-content: flex-end;
54
position: relative;
55
width: 100%;
56
- right: 5%;
56
+ padding-left: 5%;
57
}
58
59
.ai-container {