diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-29 19:19:49 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-29 19:19:49 -0400 |
| commit | 215b73fbcfe0d6f205668e1bb7c755228e858ac9 (patch) | |
| tree | 09663776f46212223e0c9403c957ea8a7fb46036 /src/client/views/presentationview/PresentationView.scss | |
| parent | 811cb72cdb04b316f19d02c609ad515d6ec0a1b1 (diff) | |
PresMode, CLoseable Pres, and some bug fixes
Diffstat (limited to 'src/client/views/presentationview/PresentationView.scss')
| -rw-r--r-- | src/client/views/presentationview/PresentationView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss index ee413f379..97cbd4a24 100644 --- a/src/client/views/presentationview/PresentationView.scss +++ b/src/client/views/presentationview/PresentationView.scss @@ -66,7 +66,7 @@ padding-bottom: 3px; font-size: 25px; display: inline-block; - width: calc(100% - 160px); + width: calc(100% - 200px); } .presentation-icon { |
