diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-12 20:29:06 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-12 20:29:06 -0400 |
| commit | 0b85eecdb974a7446be855f7b2fdef8978b65733 (patch) | |
| tree | 5579ff5d694d1b4ce8bee74cdf8433bd2e6e1566 /src/client/views/nodes/PresBox.scss | |
| parent | 43d599d450343f3647491eaa6762a2e820740da0 (diff) | |
cleaned up presentationBox code and buttons in view chromes.
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/PresBox.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss index 6a20751cc..ba8389fda 100644 --- a/src/client/views/nodes/PresBox.scss +++ b/src/client/views/nodes/PresBox.scss @@ -25,6 +25,13 @@ width: 20%; border-radius: 5px; } + .collectionViewBaseChrome-viewPicker { + min-width: 50; + width: 5%; + height: 25; + position: relative; + display: inline-block; + } } .presBox-backward, .presBox-forward { width: 25px; |
