minor fixes
This commit is contained in:
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"main.js": {
|
||||
"file": "assets/main.91253d73.js",
|
||||
"file": "assets/main.55e6cd6b.js",
|
||||
"src": "main.js",
|
||||
"isEntry": true,
|
||||
"css": [
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -25,6 +25,7 @@ class Writer
|
||||
echo "Path: /$path".PHP_EOL;
|
||||
}
|
||||
|
||||
|
||||
public function recordIterator(callable $query, callable $parser, int $skip = 0): int
|
||||
{
|
||||
$limit = 100;
|
||||
|
||||
Reference in New Issue
Block a user