diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-15 00:28:55 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-15 00:28:55 -0500 |
| commit | 2c3b8155deea0bc7916e4bcded7c969d155cbd38 (patch) | |
| tree | 7ab558a05617fa9052cab4066c50738a26b16240 /src/client/views/nodes/VideoBox.scss | |
| parent | 5fd6d3d0a04d30a630be0bef8fcb045cdf57fb86 (diff) | |
fixed borderradius for videos & images to match highlight border radius
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 05714f665..07e8e0951 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -4,6 +4,7 @@ height: 100%; position: relative; .videoBox-viewer { + border-radius: inherit; opacity: 0.99; // hack! overcomes some kind of Chrome weirdness where buttons (e.g., snapshot) disappear at some point as the video is resized larger } .inkingCanvas-paths-markers { |
