From b92d5e0a6be06ad38a11cf347b49b52a1bee8822 Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Sun, 25 Oct 2020 22:59:52 +0800 Subject: undo/redo for slider changes + updating options for pan / scroll pinned views --- src/client/views/PropertiesView.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client/views/PropertiesView.scss') diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 9fdc8bc47..ed3a82236 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -686,6 +686,10 @@ font-weight: 500; display: inline-flex; + .propertiesView-selectedCount { + + } + .propertiesView-selectedList { border-left: solid 1px darkgrey; margin-left: 10px; -- cgit v1.2.3-70-g09d2 From 6c1f48a0480e99525ef9fcfbcd77e33435f79882 Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Mon, 26 Oct 2020 02:03:16 +0800 Subject: minor UI color change + reformatting --- src/client/views/PropertiesView.scss | 4 +++- src/client/views/nodes/PresBox.tsx | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client/views/PropertiesView.scss') diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index ed3a82236..f6a2035dc 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -687,10 +687,12 @@ display: inline-flex; .propertiesView-selectedCount { - + width: max-content; + min-width: max-content; } .propertiesView-selectedList { + min-width: max-content; border-left: solid 1px darkgrey; margin-left: 10px; padding-left: 5px; diff --git a/src/client/views/nodes/PresBox.tsx b/src/client/views/nodes/PresBox.tsx index 67a3fce64..e83764048 100644 --- a/src/client/views/nodes/PresBox.tsx +++ b/src/client/views/nodes/PresBox.tsx @@ -2050,7 +2050,7 @@ export class PresBox extends ViewBoxBaseComponent const presKeyEvents: boolean = (this.isPres && this._presKeyEventsActive && this.rootDoc === Doc.UserDoc().activePresentation); return CurrentUserUtils.OverlayDocs.includes(this.rootDoc) ?
-
+
{"Loop"}
}>
this.layoutDoc.presLoop = !this.layoutDoc.presLoop}>
{ this.back(); if (this._presTimer) { clearTimeout(this._presTimer); this.layoutDoc.presStatus = PresStatus.Manual; } }}>
-- cgit v1.2.3-70-g09d2 From d162a41b83c8b781fa7658dde4699e0ac0e2c421 Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Mon, 26 Oct 2020 02:07:07 +0800 Subject: UI max-height change --- src/client/views/PropertiesView.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/views/PropertiesView.scss') diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index f6a2035dc..04cb451fd 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -693,6 +693,9 @@ .propertiesView-selectedList { min-width: max-content; + max-height: 180; + overflow: hidden; + overflow-y: scroll; border-left: solid 1px darkgrey; margin-left: 10px; padding-left: 5px; -- cgit v1.2.3-70-g09d2 From f488a15078d23c342eaa7dc7cfdb6a9d214b33b4 Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Mon, 26 Oct 2020 02:09:04 +0800 Subject: oops --- src/client/views/PropertiesView.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/views/PropertiesView.scss') diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 04cb451fd..ce2a87733 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -693,6 +693,7 @@ .propertiesView-selectedList { min-width: max-content; + width: 100%; max-height: 180; overflow: hidden; overflow-y: scroll; -- cgit v1.2.3-70-g09d2