diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-10-16 17:08:24 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-10-16 17:08:24 -0400 |
| commit | 8a0ae4e42d217a222d6a127ec640d5f1113832a0 (patch) | |
| tree | 889a3d75f647297fca4ffcff3e394ed1005b5bc2 /src/client/views/nodes/trails/PresBox.scss | |
| parent | 675597c0716171879b527710da3bbedf928d7172 (diff) | |
text box
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/trails/PresBox.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresBox.scss b/src/client/views/nodes/trails/PresBox.scss index 0b51813a5..ac0d58368 100644 --- a/src/client/views/nodes/trails/PresBox.scss +++ b/src/client/views/nodes/trails/PresBox.scss @@ -15,6 +15,30 @@ //overflow: hidden; transition: 0.7s opacity ease; + .presBox-chatbox { + position: fixed; + bottom: 8px; + right: 8px; + width: 300px; + min-height: 100px; + border-radius: 16px; + padding: 16px; + gap: 8px; + z-index: 999; + display: flex; + flex-direction: column; + justify-content: space-between; + background-color: #ffffff; + box-shadow: 0 2px 5px #7474748d; + + input { + resize: vertical; + // min-height: 125px; + border: none; + outline: none; + } + } + .presBox-listCont { position: relative; height: calc(100% - 67px); |
