diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-10-21 03:40:32 +0800 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2020-10-21 03:40:32 +0800 |
| commit | e73cf54b9dfea74ff34d9d6227f209efdb1f23e4 (patch) | |
| tree | 2ac1d6fdd2a02143f1176cb352d746ed14f08b95 /src/client/views/presentationview/PresElementBox.scss | |
| parent | 5ec2c0160ad20b10e74a9ca0f7c5e988173937d7 (diff) | |
not possible to change pres document perspective
+ removing unessecary doc actions + progressivize
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss index 6152c56e9..86ab9efad 100644 --- a/src/client/views/presentationview/PresElementBox.scss +++ b/src/client/views/presentationview/PresElementBox.scss @@ -25,7 +25,7 @@ $slide-active: #5B9FDD; align-items: center; .presItem-number { - margin-top: 7px; + margin-top: 3.5px; font-size: 12px; font-weight: 700; text-align: center; @@ -51,9 +51,9 @@ $slide-active: #5B9FDD; .presItem-name { min-width: 20px; z-index: 300; - top: 1px; + top: 2px; align-self: center; - font-size: 12px; + font-size: 11px; font-family: Roboto; font-weight: 500; position: relative; |
