diff options
| author | bob <bcz@cs.brown.edu> | 2019-12-16 13:22:43 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-12-16 13:22:43 -0500 |
| commit | 6c96238283acb38db79234f67966709b90f02527 (patch) | |
| tree | 76fa2edf200f37abb93f8d0ed6b4807805778c79 /src/client/views/Templates.tsx | |
| parent | 7472ef16f30edec4647233c58e570367ccb37c4d (diff) | |
fixes to focus() from tree view. removed scrollbars from collectionview (when floating doc is out of view).
Diffstat (limited to 'src/client/views/Templates.tsx')
| -rw-r--r-- | src/client/views/Templates.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Templates.tsx b/src/client/views/Templates.tsx index f686bc23d..ef78b60d4 100644 --- a/src/client/views/Templates.tsx +++ b/src/client/views/Templates.tsx @@ -47,7 +47,7 @@ export namespace Templates { </div> </div>` ); - export const Title = new Template("Title (alt-t)", TemplatePosition.InnerTop, + export const Title = new Template("Title", TemplatePosition.InnerTop, `<div> <div style="height:25px; width:100%; background-color: rgba(0, 0, 0, .4); color: white; z-index: 100"> <span style="text-align:center;width:100%;font-size:20px;position:absolute;overflow:hidden;white-space:nowrap;text-overflow:ellipsis">{props.Document.title}</span> |
