diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-18 17:42:09 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-18 17:42:09 -0400 |
| commit | 9fcde485c294c1cfae84874df162c8f8da5fb1f5 (patch) | |
| tree | 074ea774491236375d902de619ece2d2cacd5952 /src/client/views/nodes/WebBox.scss | |
| parent | d3aebc8404685496673a8611a6d72ff7695ad191 (diff) | |
cleaned up webbox - fit width by default. native dimensions by default. toggle buttons for annotate/interact.
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index cdeac4bd1..af84a7d95 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -48,11 +48,17 @@ position: absolute; } -.webBox-button { - padding: 0vw; - border: none; +.webBox-buttons { + margin-left: 44; + background:lightGray; width: 100%; - height: 100%; +} +.webBox-freeze { + display: flex; + align-items: center; + justify-content: center; + margin-right: 5px; + width: 30px; } .webBox-urlEditor { @@ -60,7 +66,6 @@ opacity: 0.9; z-index: 9001; transition: top .5s; - background: lightgrey; padding: 10px; @@ -70,12 +75,6 @@ padding-bottom: 10px; overflow: hidden; - .webBox-freeze { - display: flex; - align-items: center; - justify-content: center; - } - .editorBase { display: flex; |
