diff options
| author | Eleanor Eng <eleanoreng@eleanors-mbp.devices.brown.edu> | 2019-02-19 18:24:41 -0500 |
|---|---|---|
| committer | Eleanor Eng <eleanoreng@eleanors-mbp.devices.brown.edu> | 2019-02-19 18:24:41 -0500 |
| commit | e5a14d6dddccc922bb253323b461ac2500c33b7c (patch) | |
| tree | d3078b7edf89659bbf689c1a346e09a14575bfd2 /src/client/views/ContextMenu.scss | |
| parent | 9596bd5b6505fa6e9d32630ed7d824d263cd1e63 (diff) | |
Different options based on selection
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index dc5907f14..2ac5d3b52 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -13,7 +13,6 @@ display: flex; justify-content: center; align-items: center; - flex-direction: column; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; @@ -34,6 +33,6 @@ width: 8vw; } -// #mySearch { -// font-size: 1.5vw; -// }
\ No newline at end of file +#mySearch { + font-size: 1.4vw; +}
\ No newline at end of file |
