diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-28 14:59:31 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-28 14:59:31 -0500 |
| commit | fc945bcf674efe62aad67be8c1f337cd9b8c83e2 (patch) | |
| tree | 002697726b96ffee0d75523081283f9bfda300a1 /src/client/views/DocumentDecorations.scss | |
| parent | fd0fc1a7f3e1ae41503bc0b5d2f0eda0371f9a4a (diff) | |
fixed stacking view input color. made doc decs more size aware. fixed default note templates to be templates.
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 202174097..1992c5efa 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -90,6 +90,14 @@ $linkGap : 3px; cursor: ew-resize; } + .documentDecorations-contextMenu { + background: $alt-accent; + width: 25px; + height: calc(100% + 8px); // 8px for the height of the top resizer bar + grid-column-start: 1; + grid-column-end : 2; + pointer-events: all; + } .documentDecorations-title { background: $alt-accent; opacity: 1; @@ -99,10 +107,6 @@ $linkGap : 3px; overflow: hidden; text-align: center; display:flex; - .documentDecorations-contextMenu { - width: 25px; - height: calc(100% + 8px); // 8px for the height of the top resizer bar - } } .publishBox { width: 20px; |
