miror UI fixes

This commit is contained in:
sairaj mote 2022-02-16 20:08:36 +05:30
parent 5ecb53a5bd
commit 557e9497ce
4 changed files with 6 additions and 4 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -946,7 +946,8 @@ sm-copy {
p {
font-family: "noto serif", serif;
font-size: 1rem;
& > * {
& * {
font-size: inherit;
font-family: inherit;
}
}

View File

@ -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)