diff options
| author | bobzel <zzzman@gmail.com> | 2025-02-06 14:37:19 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-02-06 14:37:19 -0500 |
| commit | a23e4c26d23224b56ec51d73b38adeb2b54fed6d (patch) | |
| tree | 82365a8171d048a440cc2e5db3fa61497554c51a /src/client/views/nodes/trails/PresBox.scss | |
| parent | 382e09f606d94921dab460cc8c8564199bb0b70d (diff) | |
overhaul of presbox properties ui + fixing bugs with progressivize highlight expanding
Diffstat (limited to 'src/client/views/nodes/trails/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/trails/PresBox.scss | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/src/client/views/nodes/trails/PresBox.scss b/src/client/views/nodes/trails/PresBox.scss index a181687f8..e34e1b380 100644 --- a/src/client/views/nodes/trails/PresBox.scss +++ b/src/client/views/nodes/trails/PresBox.scss @@ -18,6 +18,7 @@ max-width: calc(100% - 25px); width: 100%; padding: 15px; + padding-left: 0px; } .pres-chat { @@ -100,6 +101,14 @@ gap: 4px; } +.presBox-switches { + display: flex; + width: 100%; + > div { + width: 100%; + } +} + .presBox-bezier-editor { border: 1px solid rgb(221, 221, 221); border-radius: 4px; @@ -302,7 +311,7 @@ } .presBox-toggles { - display: flex; + display: flow; overflow-x: auto; } @@ -387,7 +396,7 @@ font-size: 11; font-weight: 400; margin-top: 10px; - max-width: min(100px, 25%); + max-width: min(85px, 25%); width: 100%; } .presBox-springSlider { @@ -567,20 +576,17 @@ } .presBox-input { - border: none; background-color: transparent; - width: 40; - // padding: 8px; - // border-radius: 4px; - // width: 30; - // height: 100%; - // background: none; - // border: none; - // text-align: right; + text-align: center; + width: 100%; + height: 15px; + font-size: 10; } - - .presBox-input:focus { - outline: none; + .presBox-inputNumber { + border: none; + background-color: transparent; + width: 100%; + max-width: 25px; } .ribbon-frameSelector { @@ -784,7 +790,7 @@ font-weight: 200; height: 20; background-color: $white; - display: flex; + display: inline-flex; color: $black; border-radius: 5px; width: max-content; |
