diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-07-31 15:32:37 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-07-31 15:32:37 -0400 |
| commit | 41ccf50f2b551edd6827c9fd6296b9ff87a65915 (patch) | |
| tree | ce080de6978c3a91594feb3473bbd5f21097992b /src/client/views/DocumentDecorations.scss | |
| parent | fcc75a92643f35955a1e0bbe829e96b0e76c8a4e (diff) | |
linking updates and tab updates
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 1715f35e7..952d8d150 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -263,7 +263,6 @@ $linkGap : 3px; } .link-button-container { - padding: $linkGap; border-radius: 10px; width: max-content; height: auto; @@ -271,6 +270,9 @@ $linkGap : 3px; flex-direction: row; z-index: 998; position: absolute; + justify-content: center; + align-items: center; + gap: 5px; background: $medium-gray; } |
