aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresBox.scss
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-02-29 12:36:30 -0500
committerSophie Zhang <sophie_zhang@brown.edu>2024-02-29 12:36:30 -0500
commitb2abe62ff72fc6afd7a768b80dfb80d3ed7baa87 (patch)
tree5f53a832f979933ec83ee789f1b8570e26d99541 /src/client/views/nodes/trails/PresBox.scss
parenteb5746da51bf44aeacb41d6337f666e178fae88e (diff)
styling
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.scss')
-rw-r--r--src/client/views/nodes/trails/PresBox.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresBox.scss b/src/client/views/nodes/trails/PresBox.scss
index 5fc356299..dd0007d82 100644
--- a/src/client/views/nodes/trails/PresBox.scss
+++ b/src/client/views/nodes/trails/PresBox.scss
@@ -1,5 +1,33 @@
@import '../../global/globalCssVariables.module.scss';
+.pres-chat {
+ // padding: 8px;
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+ // display: flex;
+ // align-items: center;
+ // gap: 16px;
+}
+
+.pres-chatbox-container {
+ padding: 16px;
+ outline: 1px solid #999999;
+ border-radius: 16px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+
+.pres-chatbox {
+ outline: none;
+ border: none;
+ resize: none;
+ font-family: Verdana, Geneva, sans-serif;
+ background-color: transparent;
+ overflow-y: hidden;
+}
+
.presBox-cont {
cursor: auto;
position: absolute;