aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-01-31 09:03:55 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-01-31 09:03:55 -0500
commitf4662822d9dd3280e843c3f088aee310352705ae (patch)
tree04014705afa9bf8966958b90d64257d2099ad730 /src/client/views/nodes/PresBox.scss
parentb74b5888c7c0eee6c0f7a7e8f6d44b9a21b46f0b (diff)
streamlined presentationview
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss4
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 {