Skip to content

Instantly share code, notes, and snippets.

@lahwran
Last active May 27, 2021 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahwran/2b694e3183ae4eda3f9d722db15fc53a to your computer and use it in GitHub Desktop.
Save lahwran/2b694e3183ae4eda3f9d722db15fc53a to your computer and use it in GitHub Desktop.
.document-sidebar__document-buttons__menu {
margin-left: -60px;
margin-top: 24px;
}
#document-sidebar__account-capsule#document-sidebar__account-capsule {
opacity: 0.06;
}
#document-sidebar__account-capsule#document-sidebar__account-capsule:hover {
opacity: 1;
}
.document-source.document-source.document-source {
opacity: 0.2 !important;
}
.document-source.document-source.document-source:hover {
opacity: 1 !important;
}
.tree-node-container--portal-rem-type > div:nth-of-type(1) {
display: flex;
position: relative;
}
.tree-node-container--portal-rem-type > div:nth-of-type(1) > div[class=""] {
flex-grow: 1;
}
#show-embedded-search-button {
margin-top: 11px;
}
.portal-rem--embedded-search {
flex-grow: 100;
padding-right: 30px;
}
#show-embedded-search-button #show-embedded-search-button__delete-button {
position: absolute;
top: 10px;
right: 0px;
}
#hierarchy-editor .portal-tree-node.portal-tree-node {
margin-top: -11px !important;
}
#hierarchy-editor .portal-tree-node.portal-tree-node, #hierarchy-editor .search-portal-tree-node.search-portal-tree-node {
border-radius: 7px !important;
border-color: #ddddff !important;
padding-bottom: 0px;
padding-top: 0px;
margin-top: 3px;
margin-bottom: 3px;
}
.rem-hierarchy-bottom.rem-hierarchy-bottom {
height: 30px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment