diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-19 16:35:45 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-19 16:35:45 -0400 |
| commit | 51bf82d67ad12f8ec2aadf0b3ac36273c811473b (patch) | |
| tree | b578c009635e40be2b370b5349a76ec97234f2b5 /src/client/views/DocumentDecorations.scss | |
| parent | 5ce44593a1edb4de4254f8fc7e323ae1d9f9e896 (diff) | |
| parent | af6feb64510490da8d815f41ceb639d693b9eae3 (diff) | |
Merge branch 'master' into leftbuttondominant
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 8af8a1184..f78bf9ff8 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -10,7 +10,7 @@ left:0; display: grid; grid-template-rows: 20px 8px 1fr 8px; - grid-template-columns: 8px 8px 1fr 8px 8px; + grid-template-columns: 8px 16px 1fr 8px 8px; pointer-events: none; #documentDecorations-centerCont { @@ -88,6 +88,11 @@ pointer-events: all; text-align: center; cursor: pointer; + position: absolute; + left: 0px; + top: 0px; + width: $MINIMIZED_ICON_SIZE; + height: $MINIMIZED_ICON_SIZE; } .documentDecorations-background { background: lightblue; |
