diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-19 11:46:43 -0700 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-19 11:46:43 -0700 |
| commit | 000c6730d1e592d887d1382fe298e5da35f143ed (patch) | |
| tree | cacdf6533f07500972f9a87200e9bd09fac1b251 /src/client/views/nodes/WebBox.scss | |
| parent | 8c3c88dec4113b01063e448e0a02d0f0c51ee6ec (diff) | |
| parent | bdf4ac9601e54bf8e2a3a8f988c97274d84ae8a4 (diff) | |
resolved merge
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; |
