aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresBox.scss
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2023-10-19 00:58:37 -0400
committerSophie Zhang <sophie_zhang@brown.edu>2023-10-19 00:58:37 -0400
commit612f3d05927113c7b010861c17765fcead4752e5 (patch)
treed5ff18e8d157809b04d29343fe70223c61aa65bb /src/client/views/nodes/trails/PresBox.scss
parent8a0ae4e42d217a222d6a127ec640d5f1113832a0 (diff)
feat: recording
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.scss')
-rw-r--r--src/client/views/nodes/trails/PresBox.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/client/views/nodes/trails/PresBox.scss b/src/client/views/nodes/trails/PresBox.scss
index ac0d58368..370b155fd 100644
--- a/src/client/views/nodes/trails/PresBox.scss
+++ b/src/client/views/nodes/trails/PresBox.scss
@@ -18,8 +18,8 @@
.presBox-chatbox {
position: fixed;
bottom: 8px;
- right: 8px;
- width: 300px;
+ left: 8px;
+ width: calc(100% - 16px);
min-height: 100px;
border-radius: 16px;
padding: 16px;
@@ -31,11 +31,12 @@
background-color: #ffffff;
box-shadow: 0 2px 5px #7474748d;
- input {
- resize: vertical;
- // min-height: 125px;
- border: none;
+ .pres-chatbox {
outline: none;
+ border: none;
+ font-size: 16px;
+ letter-spacing: 1px;
+ color: #404040;
}
}