From b4e4cca578747c987efde7fa8c14299790f3ee02 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:14:59 -0400 Subject: stuff --- src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss index c93798979..1f81bf960 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss @@ -307,8 +307,11 @@ } .docCreatorMenu-preview-image{ - width: 105px; - height: 105px; + background-color: transparent; + height: 100px; + width: 100px; + display: block; + object-fit: contain; border-radius: 5px; } @@ -411,10 +414,16 @@ } .section-reveal-options { - margin: 0px; + margin-top: 0px; + margin-bottom: 0px; + margin-right: 0px; margin-left: auto; border: 0px; background: none; + + &.float-right { + float: right; + } } .docCreatorMenu-section-title { -- cgit v1.2.3-70-g09d2