diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 19:30:14 -0400 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 19:30:14 -0400 |
| commit | f4b5033a7a8ad356fd607f5f3248ac8b741d1d5c (patch) | |
| tree | 95235fb7746fe667fc521e00e34f748a69f7bc9d /src/client/views/DocumentDecorations.scss | |
| parent | 1a1db830b522b2441be2a4f79a8edb08759d7135 (diff) | |
finished linking button styling
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 9e3034829..5912d5901 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -95,8 +95,8 @@ } .linkButton-nonempty { - height: 16px; - width: 16px; + height: 20px; + width: 20px; margin-top: 10px; border-radius: 50%; opacity: 0.9; |
