diff options
| author | bobzel <zzzman@gmail.com> | 2023-09-20 01:25:40 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-09-20 01:25:40 -0400 |
| commit | b6920e6ffc50eb46f3ac3657c9d5b4fe45e1dd0a (patch) | |
| tree | df72bf31bde202a49082e01126bf20e5b73f2531 /src/client/views/MainView.scss | |
| parent | b98fad407e2214512d526dcff3812879ad9b4035 (diff) | |
shifted carousel fwd/back buttons away from edges of screen. made caption width of carousel inset by 30. made 3d carousel images bigger vertically. made properties dragger handle smaller when minimized.
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index 98367969b..4fb2ac279 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -96,6 +96,7 @@ h1, top: 0; } +.mainView-propertiesDragger-minified, .mainView-propertiesDragger { //background-color: rgb(140, 139, 139); background-color: $light-gray; @@ -108,9 +109,9 @@ h1, border-bottom-left-radius: 10px; border-right: unset; z-index: 41; // lm_maximised has a z-index of 40 and this needs to be above that - display: flex; align-items: center; padding: 4px; + display: flex; .mainView-propertiesDragger-icon { width: 10px; @@ -124,6 +125,9 @@ h1, cursor: grab; } } +.mainView-propertiesDragger-minified { + width: 10px; +} .mainView-innerContent { display: contents; |
