diff options
| author | Aubrey Li <Aubrey-Li> | 2022-04-14 17:43:09 -0400 | 
|---|---|---|
| committer | Aubrey Li <Aubrey-Li> | 2022-04-14 17:43:09 -0400 | 
| commit | cf379920876cafa84b0f342dbd981d60a66b6b4a (patch) | |
| tree | 3059e2cbc4028abe0b308c5a0fc59744b60faeb5 /src/client/views/linking/LinkMenuItem.scss | |
| parent | 98567999b9882ed093bb0d750504a1bd10aa9a94 (diff) | |
| parent | 9ec7503370229c17cf8a0d3cf77571010db04a9b (diff) | |
Merge remote-tracking branch 'origin/presentation_group_test' into presentation_upgrade
Diffstat (limited to 'src/client/views/linking/LinkMenuItem.scss')
| -rw-r--r-- | src/client/views/linking/LinkMenuItem.scss | 14 | 
1 files changed, 10 insertions, 4 deletions
diff --git a/src/client/views/linking/LinkMenuItem.scss b/src/client/views/linking/LinkMenuItem.scss index 90722daf9..8333aa374 100644 --- a/src/client/views/linking/LinkMenuItem.scss +++ b/src/client/views/linking/LinkMenuItem.scss @@ -9,8 +9,8 @@      padding-left: 6.5px;      padding-right: 2px; -    padding-top: 6.5px; -    padding-bottom: 6.5px; +    padding-top: 1px; +    padding-bottom: 1px;      background-color: white; @@ -18,10 +18,12 @@      .linkMenu-name {          position: relative;          width: auto; +        align-items: center; +        display: flex;          .linkMenu-text { -            padding: 4px 2px; +            // padding: 4px 2px;              //display: inline;              .linkMenu-source-title { @@ -37,6 +39,8 @@              .linkMenu-title-wrapper {                  display: flex; +                align-items: center; +                min-height: 20px;                  .destination-icon-wrapper {                      //border: 0.5px solid rgb(161, 161, 161); @@ -56,7 +60,8 @@                  .linkMenu-destination-title {                      text-decoration: none;                      color: #4476F7; -                    font-size: 16px; +                    font-size: 13px; +                    line-height: 0.9;                      padding-bottom: 2px;                      padding-right: 4px;                      margin-right: 4px; @@ -77,6 +82,7 @@                  font-style: italic;                  color: rgb(95, 97, 102);                  font-size: 9px; +                line-height: 0.9;                  margin-left: 20px;                  max-width: 125px;                  height: auto;  | 
