Spaces:
Running
Running
Improves the placement of the submit button
Browse files
client/css/conversation.css
CHANGED
@@ -60,13 +60,20 @@
|
|
60 |
border: 1px solid var(--blur-border);
|
61 |
}
|
62 |
|
63 |
-
.input-box {
|
64 |
-
|
65 |
align-items: center;
|
66 |
padding: 8px;
|
67 |
cursor: pointer;
|
68 |
}
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
#cursor {
|
71 |
line-height: 17px;
|
72 |
margin-left: 3px;
|
|
|
60 |
border: 1px solid var(--blur-border);
|
61 |
}
|
62 |
|
63 |
+
.box.input-box {
|
64 |
+
position: relative;
|
65 |
align-items: center;
|
66 |
padding: 8px;
|
67 |
cursor: pointer;
|
68 |
}
|
69 |
|
70 |
+
#send-button {
|
71 |
+
position: absolute;
|
72 |
+
bottom: 40%;
|
73 |
+
right: 10px;
|
74 |
+
z-index: 1;
|
75 |
+
}
|
76 |
+
|
77 |
#cursor {
|
78 |
line-height: 17px;
|
79 |
margin-left: 3px;
|