aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ContextMenu.scss
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-23 03:46:46 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-23 03:46:46 -0400
commit34b38c7382a40fb2a117d3c7418a81b34fa7ed7f (patch)
tree3aab383e5903fbf540a9426eab171f94558f2a78 /src/client/views/ContextMenu.scss
parente90059327d8910f46b9f2fb48716eb9267a060b5 (diff)
Cleaned up context menu
Diffstat (limited to 'src/client/views/ContextMenu.scss')
-rw-r--r--src/client/views/ContextMenu.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss
index b12ee3faa..61ae69179 100644
--- a/src/client/views/ContextMenu.scss
+++ b/src/client/views/ContextMenu.scss
@@ -31,8 +31,8 @@
}
.contextMenu-item {
- width: 11vw; //10vw
- height: 2.5vh; //2vh
+ // width: 11vw; //10vw
+ height: 30px; //2vh
background: #DDDDDD;
display: flex; //comment out to allow search icon to be inline with search text
justify-content: left;
@@ -48,9 +48,9 @@
border-style: none;
border-color: $intermediate-color; // rgb(187, 186, 186);
border-bottom-style: solid;
- padding: 10px 0px 10px 0px;
+ // padding: 10px 0px 10px 0px;
white-space: nowrap;
- font-size: 1vw;
+ font-size: 20px;
}
.contextMenu-item:hover {
@@ -59,13 +59,14 @@
}
.contextMenu-description {
- font-size: 1vw;
+ font-size: 20px;
text-align: left;
- width: 8vw;
display: inline; //need this?
}
.icon-background {
background-color: #DDDDDD;
- margin-right: 2px;
+ width: 35px;
+ text-align: center;
+ font-size: 22px;
} \ No newline at end of file