diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-21 13:31:21 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-21 13:31:21 -0500 |
| commit | cc2ebdf4c19b2cc9065f3860807aa85e2576df22 (patch) | |
| tree | c67a813630a8d87792509f8d48d68d30053e5354 /src/client/views/nodes/DocuLinkBox.scss | |
| parent | 34ff0e9445b810690a334f3ae6744ff09009e285 (diff) | |
fixed crash with following link in text. made link anchor size smaller to be less obnoxious. publishing docs without custom titles switches them to cusom and removes the '-'
Diffstat (limited to 'src/client/views/nodes/DocuLinkBox.scss')
| -rw-r--r-- | src/client/views/nodes/DocuLinkBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocuLinkBox.scss b/src/client/views/nodes/DocuLinkBox.scss index 7b91b4f36..286033475 100644 --- a/src/client/views/nodes/DocuLinkBox.scss +++ b/src/client/views/nodes/DocuLinkBox.scss @@ -1,8 +1,8 @@ .docuLinkBox-cont { cursor: default; position: absolute; - width: 25px; - height: 25px; + width: 15; + height: 15; border-radius: 20px; pointer-events: all; user-select: none; |
