diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2024-08-28 22:03:12 -0400 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2024-08-28 22:03:12 -0400 |
| commit | f7cdcb654e83d7fdbfd0b1cfc80c485bb9554f08 (patch) | |
| tree | 4c01c7190246073f3da70278bf0c3be836ce2377 /src/client/views/nodes/PDFBox.scss | |
| parent | f5b04341893da68e50b0cbc72d77795209bfee3e (diff) | |
final changes, ready for pull request
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 6e24b2931..7bca1230f 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -20,27 +20,15 @@ top: 0; left: 0; - .pdfBox-sidebarBtn-container { - display: flex; - flex-direction: row; - position: absolute; - width: 53px; - height: 33px; - right: 5px; - align-items: center; - justify-content: space-between; - z-index: 1; - } - // glr: This should really be the same component as text and PDFs .pdfBox-sidebarBtn { background: $black; height: 25px; width: 25px; - // right: 5px; + right: 5px; color: $white; display: flex; - // position: absolute; + position: absolute; align-items: center; justify-content: center; border-radius: 3px; |
