diff options
| author | bobzel <zzzman@gmail.com> | 2022-11-18 17:26:17 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-11-18 17:26:17 -0500 |
| commit | cdd1dd95c67fcb95914913bb5346c5117c0abc27 (patch) | |
| tree | 23954efa3dc046ce1ad4ee5cd24d7f64cd2e7497 /src/client/views/linking/LinkMenu.scss | |
| parent | 4a0686ca3db91cf6e2c984c53f1ad4f2fea8de8b (diff) | |
migration of link properties to propertiesView
Diffstat (limited to 'src/client/views/linking/LinkMenu.scss')
| -rw-r--r-- | src/client/views/linking/LinkMenu.scss | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/client/views/linking/LinkMenu.scss b/src/client/views/linking/LinkMenu.scss index 77c16a28f..80cf93ed8 100644 --- a/src/client/views/linking/LinkMenu.scss +++ b/src/client/views/linking/LinkMenu.scss @@ -1,4 +1,4 @@ -@import "../global/globalCssVariables"; +@import '../global/globalCssVariables'; .linkMenu { width: auto; @@ -13,7 +13,6 @@ border: 1px solid #e4e4e4; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); background: white; - min-width: 170px; max-height: 230px; overflow-y: scroll; z-index: 10; @@ -22,7 +21,7 @@ .linkMenu-list { white-space: nowrap; overflow-x: hidden; - width: 240px; + width: 100%; scrollbar-color: white; &:last-child { @@ -39,7 +38,6 @@ border-bottom: 0.5px solid lightgray; //@extend: 5px 0; - &:last-child { border-bottom: none; } @@ -76,4 +74,4 @@ display: none; } } -}
\ No newline at end of file +} |
