diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-01 22:43:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-01 22:43:48 -0400 |
| commit | 077723a6863bbb537756180450bdf9addeec021a (patch) | |
| tree | 6655fe862a38dc85e32fc7dcc9d3e052f410d23f /src/client/views/DocumentDecorations.scss | |
| parent | 0546ecf205b7d2b76f341a7157beebf95fb888a8 (diff) | |
| parent | b1361eec6d3f554d4927931c339b5c169b9a54a7 (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 1715f35e7..316f63240 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; } @@ -334,7 +336,7 @@ $linkGap : 3px; } .documentdecorations-icon { - margin-top: 3px; + margin: 0px; } .templating-button, .docDecs-tagButton { |
