diff options
| author | bobzel <zzzman@gmail.com> | 2022-08-08 15:47:35 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-08-08 15:47:35 -0400 |
| commit | f9cded6755ee236d88e21b3b2d4c6da357d059b2 (patch) | |
| tree | d917a0eb2789852f5cd04ba23c441e26a012da6f /src/client/views/nodes/DocumentView.scss | |
| parent | 4b2f131d91e71f4514642b5846713e9c3b68210b (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.scss | 6 |
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; |
