diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-17 21:30:02 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-05-17 21:30:02 -0400 |
| commit | 6c7615110dcf8334196bbfddfd89b684e4ceee4f (patch) | |
| tree | 9f3649d5788ae0bba4ba352bb78ebdce81464c46 /src/client/views/pdf/GPTPopup/GPTPopup.scss | |
| parent | 10ae244338383662992350b2b6f6ef80106558c3 (diff) | |
GOD IS GOOD
Diffstat (limited to 'src/client/views/pdf/GPTPopup/GPTPopup.scss')
| -rw-r--r-- | src/client/views/pdf/GPTPopup/GPTPopup.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.scss b/src/client/views/pdf/GPTPopup/GPTPopup.scss index 4425cf158..551c8e5af 100644 --- a/src/client/views/pdf/GPTPopup/GPTPopup.scss +++ b/src/client/views/pdf/GPTPopup/GPTPopup.scss @@ -55,10 +55,10 @@ $highlightedText: #82e0ff; overflow-y: auto; } - .btns-wrapper { + .btns-wrapper-gpt { height: 50px; display: flex; - justify-content: space-between; + justify-content: center; align-items: center; transform: translateY(30px); @@ -76,6 +76,8 @@ $highlightedText: #82e0ff; display: flex; align-items: center; } + + } button { |
