aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-08-08 15:47:35 -0400
committerbobzel <zzzman@gmail.com>2022-08-08 15:47:35 -0400
commitf9cded6755ee236d88e21b3b2d4c6da357d059b2 (patch)
treed917a0eb2789852f5cd04ba23c441e26a012da6f /src/client/views/nodes/DocumentView.scss
parent4b2f131d91e71f4514642b5846713e9c3b68210b (diff)
moved 5 sec anno recording button to documentButtonsBar. made recording button appear only when there is one & click to play recording.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
-rw-r--r--src/client/views/nodes/DocumentView.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss
index c02692bfb..6ea697a2f 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;