diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-02-18 18:18:53 -0500 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-02-18 18:18:53 -0500 |
| commit | 61aa3a0a34a647a7f414fbeb72345675a5154433 (patch) | |
| tree | fe15c573e000d6f0f153f03c74580b624797dadc /src/client/views/DocumentDecorations.scss | |
| parent | 7a93f60c9529e5d175e617fc7c07145a9b33e572 (diff) | |
title
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index e8b93a18b..5c99c52ea 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -2,7 +2,7 @@ position: absolute; display: grid; z-index: 1000; - grid-template-rows: 20px 1fr 20px; + grid-template-rows: 20px 20px 1fr 20px; grid-template-columns: 20px 1fr 20px; pointer-events: none; #documentDecorations-centerCont { @@ -29,4 +29,10 @@ #documentDecorations-rightResizer { cursor: ew-resize; } + .title{ + background: lightblue; + grid-column-start:1; + grid-column-end: 4; + cursor: ne-resize; + } }
\ No newline at end of file |
