diff options
| author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-03-12 17:53:19 -0400 |
|---|---|---|
| committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-03-12 17:53:19 -0400 |
| commit | 13403f0e7243fa88285f21024ca7de15d73c2351 (patch) | |
| tree | 48a68f1d914da4e539b2ea9ec33636759edeae83 /src/client/views/ContextMenu.scss | |
| parent | 9351426356e06a5c6a7777b1edd118273e29072e (diff) | |
| parent | d2745992e5a4df1c92c8cb2edfb9829b7a1cc420 (diff) | |
merge
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index bfd643caf..bcf856d48 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -15,9 +15,9 @@ } .contextMenu-item { - width: 10vw; //auto - height: 2vh; //auto - background: #F0F8FF; + width: 10vw; //10vw + height: auto; //4vh + background: #DDDDDD; display: flex; justify-content: left; align-items: center; |
