diff options
| author | bobzel <zzzman@gmail.com> | 2022-02-10 17:12:19 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-02-10 17:12:19 -0500 |
| commit | 956628a22c2d8ae21eb76c70f8f0a5a4edc9ae75 (patch) | |
| tree | 535fd5b10420d579d5334d22c2e6374b12feecf2 /src/client/views/nodes/DocumentView.scss | |
| parent | a6d904bcd18a2c9962abfd9b5b325340f6b18b0d (diff) | |
switched scripts to use a cache to avoid recompiling. simplified some things with documentView and zooming to avoid invalidations.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 9fcd45e72..4565f8504 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -58,9 +58,10 @@ .documentView-audioBackground { display: inline-block; width: 10%; + height: 25; position: absolute; - top: 0px; - left: 0px; + top: 10px; + left: 10px; border-radius: 25px; background: white; opacity: 0.3; |
