diff options
| author | eleanor-park <113556828+eleanor-park@users.noreply.github.com> | 2024-07-11 11:48:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 11:48:34 -0400 |
| commit | 4438e7fe202ff4091b26f073122e7866ec9abb46 (patch) | |
| tree | 19895e85364e58246ec2869459e9d29f6621526e /src/client/views/nodes/PDFBox.scss | |
| parent | 59ca918ea0918b41f1e2fa4b6acb8725ca9b44af (diff) | |
| parent | f33e6c9e191092e6050f980892b4404ff0d0a1f2 (diff) | |
Merge branch 'eleanor-gptdraw' into master
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index 7bca1230f..6e24b2931 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -20,15 +20,27 @@ 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; |
