diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-15 11:50:24 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-15 11:50:24 -0400 |
| commit | 98c7540fff67c232c1b04f2130ee624f9a70afbd (patch) | |
| tree | d51399f99ce513aed0544eb0475f32818e2e9c1f /src/client/views/DocumentDecorations.scss | |
| parent | 8cddb0cfbedb05c0400abf0733e568ce3f63e88e (diff) | |
| parent | fb922ed8ddad8e088f44886385772d55ea7971bb (diff) | |
Merge branch 'frameAnimations'
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 15eb537da..a4d4af2f0 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -138,9 +138,10 @@ $linkGap : 3px; .documentDecorations-contextMenu { width: 25px; height: calc(100% + 8px); // 8px for the height of the top resizer bar - grid-column-start: 1; + grid-column-start: 2; grid-column-end : 2; pointer-events: all; + padding-left: 5px; } .documentDecorations-title { opacity: 1; @@ -185,9 +186,12 @@ $linkGap : 3px; position: absolute; left: 0px; top: 0px; - width: $MINIMIZED_ICON_SIZE; + width: 8px; height: $MINIMIZED_ICON_SIZE; max-height: 20px; + > svg { + margin:0; + } } .documentDecorations-background { |
