diff options
author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-07-04 12:59:59 -0700 |
---|---|---|
committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-07-04 12:59:59 -0700 |
commit | b8c89d70a5ae5373e84d95647e302017011dfa53 (patch) | |
tree | 3973102886bcaa58a5e99da662554e295fb964ce /src | |
parent | b7e04efc2a17d443155c93ad3185d464272ede99 (diff) |
updated start location of border radius
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/DocumentDecorations.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index af4ceb0b5..b490278c3 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -107,6 +107,8 @@ $resizeHandler: 8px; .documentDecorations-borderRadius { position: absolute; border-radius: 100%; + left: 3px; + top: 23px; background: $medium-gray; height: 10; width: 10; |