From daf6862f0ce890e56a53afaab099c5e69c692c08 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Wed, 3 Jun 2020 22:04:39 -0400 Subject: fixed doc decorations title css --- src/client/views/DocumentDecorations.scss | 5 +++++ src/client/views/DocumentDecorations.tsx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index a4d4af2f0..0a96b058b 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -152,6 +152,11 @@ $linkGap : 3px; text-align: center; display: flex; border-bottom: solid 1px; + margin-left:10px; + width: calc(100% - 10px); + } + .focus-visible { + margin-left:0px; } .publishBox { width: 20px; diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index 04f02c683..e7a237e62 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -466,7 +466,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> const titleArea = this._edtingTitle ? <> - this.titleBlur(true)} onChange={action(e => this._accumulatedTitle = e.target.value)} onKeyPress={this.titleEntered} /> {minimal ? (null) :
{ @@ -485,7 +485,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }>
}
- {`${this.selectionTitle}`} + {`${this.selectionTitle}`}
; -- cgit v1.2.3-70-g09d2