start on social links editing, wip

This commit is contained in:
gingervitis
2021-01-19 10:34:06 -08:00
committed by Gabe Kangas
parent 015f93ea56
commit d1cc0dfd97
11 changed files with 344 additions and 3 deletions

View File

@@ -292,3 +292,49 @@
margin: auto;
display: inline-block;
}
.social-option,
.social-dropdown {
// .ant-select-selector,
// .ant-select-selection-search-input {
// height: 40px !important;
// }
.ant-select-item-option-content,
.ant-select-selection-item {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding: .25em;
line-height: normal;
.option-icon {
height: 1.5em;
width: 1.5em;
line-height: normal;
}
.option-label {
display: inline-block;
margin-left: 1em;
line-height: normal;
}
}
}
// .social-option {
// .ant-select-item-option-content {
// display: flex;
// flex-direction: row;
// justify-content: flex-start;
// align-items: center;
// padding: .25em;
// .option-icon {
// height: 1.75em;
// width: 1.75em;
// }
// .option-label {
// display: inline-block;
// margin-left: 1em;
// }
// }
// }

View File

@@ -98,6 +98,16 @@ code {
font-size: 1.5em;
}
.ant-select-dropdown {
background-color: #334;
}
.rc-virtual-list-scrollbar {
display: block !important;
}
// markdown editor overrides
.rc-md-editor {