diff options
| author | bobzel <zzzman@gmail.com> | 2022-08-23 15:05:10 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-08-23 15:05:10 -0400 |
| commit | 749fd6b1fff8ee8392de466ac2433f17ed093dec (patch) | |
| tree | 3d61bc3d13aa0369c705e739c183c97acf195acc /src/client/views/nodes/DocumentView.scss | |
| parent | 92cd2f5655c428252c8dc20df06bea024c43e2dc (diff) | |
| parent | 267bb35a555ac0f8b67041346213d9a06386785f (diff) | |
Merge branch 'master' into parker
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index c02692bfb..9aaaf1e68 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -65,11 +65,13 @@ width: 25px; height: 25; position: absolute; - top: 10px; - left: 10px; + top: 0; + left: 50%; border-radius: 25px; background: white; opacity: 0.3; + pointer-events: all; + cursor: default; svg { width: 90% !important; @@ -97,6 +99,7 @@ border-radius: inherit; width: 100%; height: 100%; + transition: inherit; .sharingIndicator { height: 30px; |
