aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkMenuItem.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-08 13:22:49 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-08 13:22:49 -0500
commit2b1af3fab4cc51f8cbb577ed51842cec1774a355 (patch)
treeba309a00472a9249c9d155470c9e8e6ee18a7e88 /src/client/views/linking/LinkMenuItem.scss
parent067fe1227d1acedb78dc3a1615c15ae936f3f677 (diff)
restructured textbox comment, cleaned menu UI
Diffstat (limited to 'src/client/views/linking/LinkMenuItem.scss')
-rw-r--r--src/client/views/linking/LinkMenuItem.scss29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/client/views/linking/LinkMenuItem.scss b/src/client/views/linking/LinkMenuItem.scss
index 8578d0b75..9f1f82ce2 100644
--- a/src/client/views/linking/LinkMenuItem.scss
+++ b/src/client/views/linking/LinkMenuItem.scss
@@ -26,6 +26,8 @@
color: rgb(85, 120, 196);
font-size: 14px;
padding-bottom: 2px;
+ padding-right: 4px;
+ margin-right: 4px;
}
.linkMenu-description {
@@ -36,12 +38,16 @@
}
p {
- //padding: 4px 2px;
+ padding-right: 4px;
line-height: 12px;
border-radius: 5px;
- overflow-wrap: break-word;
+ //overflow-wrap: break-word;
user-select: none;
}
+
+ &:hover {
+ padding-right: 8px;
+ }
}
}
@@ -60,6 +66,7 @@
&:hover {
+ width: calc(100% + 58px);
.linkMenu-item-buttons {
display: flex;
@@ -74,19 +81,13 @@
text-overflow: break;
}
- &.expand-two p {
- width: calc(100% - 52px);
- //text-decoration: underline;
- //color: rgb(15, 57, 148);
- //background-color: lightgray;
- }
+ // &.expand-two p {
+ // width: calc(100% - 63px);
+ // }
- &.expand-three p {
- width: calc(100% - 84px);
- //text-decoration: underline;
- //color: rgb(15, 57, 148);
- //background-color: lightgray;
- }
+ // &.expand-three p {
+ // width: calc(100% - 93px);
+ // }
}
}
}