Progress
This commit is contained in:
@@ -24,6 +24,37 @@ body {
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
.statusContent p {
|
||||
min-height: 18px;
|
||||
}
|
||||
|
||||
.statusContent em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.statusContent strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.statusContent strike,
|
||||
.statusContent del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.statusContent h1 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.statusContent ul,
|
||||
.statusContent ol {
|
||||
list-style-type: disc;
|
||||
padding-left: 40px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dangerousContent,
|
||||
.dangerousContent * {
|
||||
margin-top: 0;
|
||||
@@ -144,6 +175,10 @@ body {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.overflowYHidden {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.textOverflowEllipsis {
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
@@ -1079,10 +1114,14 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* :global(.public-DraftEditorPlaceholder-inner) {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
} */
|
||||
|
||||
:global(.RichEditor-blockquote) {
|
||||
border-left: 5px solid #eee;
|
||||
color: #666;
|
||||
font-family: 'Hoefler Text', 'Georgia', serif;
|
||||
font-style: italic;
|
||||
margin: 16px 0;
|
||||
padding: 10px 20px;
|
||||
|
||||
Reference in New Issue
Block a user