diff options
| author | bobzel <zzzman@gmail.com> | 2023-09-11 22:35:42 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-09-11 22:35:42 -0400 |
| commit | 507cdb40d5553c8a325ddb158b9a1f4e5672ac15 (patch) | |
| tree | 9eef9bafe838650153c8f864d242028280bfb051 /src/client/views/PropertiesView.scss | |
| parent | 6941f48934ae1762d349ccf1f93c107a4b60f575 (diff) | |
moved edit on click script to developer. fixed highlight options for My text. enabled chromeHidden for all doc types and applied it to RTF text boxes. updated sliders in properties view to undo properly and to autorange, and cleaned up ode.
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 510defce4..2da2ec568 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -46,8 +46,7 @@ } .propertiesView-info { - margin-top: 20; - margin-right: 10; + margin-top: -5; float: right; font-size: 20; path { |
