diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-24 11:51:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 11:51:41 -0400 |
| commit | 28226924bab8a82b4d2b60d49b63296cbb25658b (patch) | |
| tree | 0d2951df140115047aec79ec90285117b3a29ef0 /src/client/views/nodes/PresBox.scss | |
| parent | a9e08e0504e8002bc5d991b6a13777577ddd8f9f (diff) | |
| parent | a6728f81c8192c910ed1f2b70091c39634aca05c (diff) | |
Merge pull request #645 from browngraphicslab/presentation_updates
Presentation updates
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/PresBox.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss index c4d8f1a4f..08160a2f4 100644 --- a/src/client/views/nodes/PresBox.scss +++ b/src/client/views/nodes/PresBox.scss @@ -488,7 +488,7 @@ $light-background: #ececec; max-width: 200px; overflow: visible; - + .presBox-dropdownOption { cursor: pointer; font-size: 11; @@ -967,10 +967,10 @@ $light-background: #ececec; /* border: solid 1px; */ color: white; /* box-shadow: black 0.4vw 0.4vw 0.8vw; */ - + .miniPresOverlay { display: grid; - grid-template-columns: auto auto auto auto auto auto auto auto; + grid-template-columns: auto auto auto auto auto auto auto auto auto auto; grid-template-rows: 100%; height: 100%; justify-items: center; @@ -1028,4 +1028,4 @@ $light-background: #ececec; background-color: #5a5a5a; } } -} +}
\ No newline at end of file |
