diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-03-11 19:49:27 -0400 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-03-11 19:49:27 -0400 |
| commit | 46de24b2e5c2cbaf12d0f8e6d0974979c3cfbcd7 (patch) | |
| tree | 6cf42b560215309f3a66dbb36cd0db60000cec1f /src/client/views/ContextMenu.scss | |
| parent | 618e66a5a070f1aac9224bd3f44b76a5ac314bfa (diff) | |
changed context menu so that it doesn't zoom in too much when screen width is large and bounded it to screen
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index ea40c8e99..41994ef79 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -26,7 +26,8 @@ border-bottom-style: solid; padding: 10px; white-space: nowrap; - font-size: 1.5vw; + // font-size: 1.5vw; + font-size: 12px; } .contextMenu-item:hover { @@ -35,7 +36,7 @@ } .contextMenu-description { - font-size: 1.5vw; + // font-size: 1.5vw; text-align: left; - width: 8vw; + // width: 8vw; }
\ No newline at end of file |
