diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-21 11:49:01 -0400 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-21 11:49:01 -0400 |
| commit | b4ca0114a0328e937e57b805e402d44606d2c812 (patch) | |
| tree | c10b6e78055924ba8f669de37610d34d4495b812 /src/client/views/nodes/button/FontIconBox.scss | |
| parent | c9a3d98b57482343332a19f52ab90bcecc170f69 (diff) | |
minor UI updates
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/button/FontIconBox.scss | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.scss b/src/client/views/nodes/button/FontIconBox.scss index f0ca43a09..db42bdf5d 100644 --- a/src/client/views/nodes/button/FontIconBox.scss +++ b/src/client/views/nodes/button/FontIconBox.scss @@ -79,13 +79,19 @@ &.colorBtn { color: black; cursor: pointer; - flex-direction: row; + flex-direction: column; background: transparent; + .colorButton-color { + margin-top: 3px; + width: 90%; + height: 6px; + } + .menuButton-dropdownBox { position: absolute; - width: 150px; - height: 250px; + width: fit-content; + height: fit-content; top: 100%; z-index: 21; background-color: #e3e3e3; |
