minor fixes

This commit is contained in:
2023-10-06 22:07:40 +03:00
parent 0eaf410090
commit f2faec67fe
4 changed files with 7 additions and 4 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"main.js": {
"file": "assets/main.91253d73.js",
"file": "assets/main.55e6cd6b.js",
"src": "main.js",
"isEntry": true,
"css": [
+4 -2
View File
@@ -67,8 +67,8 @@
browser_spellcheck: true,
max_height: 600,
// media_poster: false,
// content_style:
// "body {font-family: 'Averta Std', sans serif; color: #152F77}",
content_style:
"img {max-width: 100%;height: auto;",
setup: function (editor) {
activeEditor = editor;
@@ -121,4 +121,6 @@
:global(.tox-tinymce) {
border: 1px solid #ced4da;
}
</style>
+1
View File
@@ -25,6 +25,7 @@ class Writer
echo "Path: /$path".PHP_EOL;
}
public function recordIterator(callable $query, callable $parser, int $skip = 0): int
{
$limit = 100;