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": { "main.js": {
"file": "assets/main.91253d73.js", "file": "assets/main.55e6cd6b.js",
"src": "main.js", "src": "main.js",
"isEntry": true, "isEntry": true,
"css": [ "css": [
+4 -2
View File
@@ -67,8 +67,8 @@
browser_spellcheck: true, browser_spellcheck: true,
max_height: 600, max_height: 600,
// media_poster: false, // media_poster: false,
// content_style: content_style:
// "body {font-family: 'Averta Std', sans serif; color: #152F77}", "img {max-width: 100%;height: auto;",
setup: function (editor) { setup: function (editor) {
activeEditor = editor; activeEditor = editor;
@@ -121,4 +121,6 @@
:global(.tox-tinymce) { :global(.tox-tinymce) {
border: 1px solid #ced4da; border: 1px solid #ced4da;
} }
</style> </style>
+1
View File
@@ -25,6 +25,7 @@ class Writer
echo "Path: /$path".PHP_EOL; echo "Path: /$path".PHP_EOL;
} }
public function recordIterator(callable $query, callable $parser, int $skip = 0): int public function recordIterator(callable $query, callable $parser, int $skip = 0): int
{ {
$limit = 100; $limit = 100;