diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-02-22 17:35:26 -0500 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-02-22 17:35:26 -0500 |
| commit | 4475adee0f13d9ec407aff6a47094c7ce808af0c (patch) | |
| tree | 7a8bed802939042751c639db3038041e36770507 /src/client/views/pdf/GPTPopup.scss | |
| parent | c1e713b611f12b2070854e19e4838d6a44126c0b (diff) | |
added GPT summarization functionality
Diffstat (limited to 'src/client/views/pdf/GPTPopup.scss')
| -rw-r--r-- | src/client/views/pdf/GPTPopup.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/pdf/GPTPopup.scss b/src/client/views/pdf/GPTPopup.scss new file mode 100644 index 000000000..6f2e39b7e --- /dev/null +++ b/src/client/views/pdf/GPTPopup.scss @@ -0,0 +1,9 @@ +.summary-box { + background-color: #ffffff; + position: absolute; + top: 0; + width: 200px; + height: 200px; + padding: 20px; + overflow: auto; +} |
