miror UI fixes
This commit is contained in:
parent
5ecb53a5bd
commit
557e9497ce
@ -1000,7 +1000,8 @@ sm-copy {
|
||||
font-family: "noto serif", serif;
|
||||
font-size: 1rem;
|
||||
}
|
||||
#preview_page p > * {
|
||||
#preview_page p * {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -946,7 +946,8 @@ sm-copy {
|
||||
p {
|
||||
font-family: "noto serif", serif;
|
||||
font-size: 1rem;
|
||||
& > * {
|
||||
& * {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1829,7 +1829,7 @@
|
||||
}
|
||||
|
||||
submitButton.classList.add('hide-completely')
|
||||
notify('sent data', 'success')
|
||||
notify('Content submitted', 'success')
|
||||
if (isUniqueEntry) {
|
||||
contentArea.innerHTML = ''
|
||||
floGlobals.currentArticle.sections[sectionID].uniqueEntries.push(entry.origin)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user