diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-01-31 09:03:55 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-01-31 09:03:55 -0500 |
| commit | f4662822d9dd3280e843c3f088aee310352705ae (patch) | |
| tree | 04014705afa9bf8966958b90d64257d2099ad730 /src/client/views/nodes/PresBox.scss | |
| parent | b74b5888c7c0eee6c0f7a7e8f6d44b9a21b46f0b (diff) | |
streamlined presentationview
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/PresBox.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss index e5a79ab11..01e7f4834 100644 --- a/src/client/views/nodes/PresBox.scss +++ b/src/client/views/nodes/PresBox.scss @@ -6,7 +6,7 @@ top: 0; bottom: 0; width: 100%; - min-width: 200px; + min-width: 100px; height: 100%; min-height: 50px; letter-spacing: 2px; @@ -16,8 +16,6 @@ .presBox-listCont { position: relative; - padding-left: 10px; - padding-right: 10px; } .presBox-buttons { |
