aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-02-18 13:24:03 -0500
committerbob <bcz@cs.brown.edu>2020-02-18 13:24:03 -0500
commit66cfe6c5fab54c970ac51a4cd29ce1db50e464b3 (patch)
treed216d1cc9c7886727811387a3277a0ba81a1ef66 /src/client/views/DocumentDecorations.scss
parent4e31a6cc1dfdfaf79ad6b3d84980efa5e350b1bf (diff)
fixed titling. added border for embedded docs in text boxes.
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
-rw-r--r--src/client/views/DocumentDecorations.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss
index 4bf7e5ec4..202174097 100644
--- a/src/client/views/DocumentDecorations.scss
+++ b/src/client/views/DocumentDecorations.scss
@@ -90,7 +90,7 @@ $linkGap : 3px;
cursor: ew-resize;
}
- .title {
+ .documentDecorations-title {
background: $alt-accent;
opacity: 1;
grid-column-start: 3;
@@ -99,6 +99,10 @@ $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;