diff options
| author | bobzel <zzzman@gmail.com> | 2023-10-26 11:31:15 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-10-26 11:31:15 -0400 |
| commit | 51cad21a358e17c1f8e609d1d3f077960922fc38 (patch) | |
| tree | 62e00b55baa68953857da921c59782e58e1fe00c /src/client/views/DocumentDecorations.tsx | |
| parent | bbdba27c743a871c51ff99f52a3d348fdd5d2faf (diff) | |
enabled different title colors per doc, not just per user. added support for screen space doc titles, and for proper title clipping when borderRadius is set. added dropdown for setting title field to display and tweaked editableView to enable ellipsis for overfow
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index f40d2ae8b..9dafb12fb 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -944,6 +944,7 @@ export class DocumentDecorations extends React.Component<{ PanelWidth: number; P key="rad" className="documentDecorations-borderRadius" style={{ + opacity: 0.5, background: `${this._isRounding ? Colors.MEDIUM_BLUE : SettingsManager.userColor}`, transform: `translate(${radiusHandleLocation ?? 0}px, ${(radiusHandleLocation ?? 0) + (this._showNothing ? 0 : this._titleHeight)}px)`, }} |
