diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-03 00:33:37 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-03 00:33:37 -0500 |
| commit | 8d1f4cdf924a4002f132886230eb85a40dfcae3f (patch) | |
| tree | 2a756642c5578c25945f36daee69d0604de5269c /src/client/views/MainView.scss | |
| parent | 5cd933588a76850f15bfa10773441befb747beef (diff) | |
several UI changes to tooltips, menu, properties, buttons, and ink
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index 054a409df..a57d22afd 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -105,7 +105,7 @@ .mainView-propertiesDragger { background-color: rgb(140, 139, 139); height: 55px; - width: 15.5px; + width: 17px; position: absolute; top: 55%; border: 1px black solid; @@ -119,7 +119,7 @@ width: 10px; height: 10px; float: left; - margin-left: 3px; + margin-left: 5.5px; padding-top: 19px; } @@ -297,7 +297,7 @@ position: absolute; z-index: 2; touch-action: none; - cursor: ew-resize; + cursor: grab; .mainView-libraryHandle-icon { width: 10px; |
