mirror of
https://github.com/typemill/typemill.git
synced 2025-08-06 14:16:46 +02:00
Version 1.4.7: Fix image error for post lists and improve design
This commit is contained in:
@@ -16,7 +16,7 @@ class Assets
|
||||
$this->inlineJS = array();
|
||||
$this->inlineCSS = array();
|
||||
$this->editorJS = array();
|
||||
$this->editorCSS = array();
|
||||
$this->editorCSS = array();
|
||||
$this->editorInlineJS = array();
|
||||
$this->svgSymbols = array();
|
||||
$this->imageUrl = false;
|
||||
@@ -136,7 +136,12 @@ class Assets
|
||||
|
||||
public function src()
|
||||
{
|
||||
return $this->baseUrl . '/' . $this->imageUrl;
|
||||
# when we finish it, we shoud reset all settings
|
||||
$imagePath = $this->baseUrl . '/' . $this->imageUrl;
|
||||
$this->imageUrl = false;
|
||||
$this->imageFolder = 'original';
|
||||
|
||||
return $imagePath;
|
||||
}
|
||||
|
||||
public function addCSS($CSS)
|
||||
|
@@ -516,6 +516,7 @@ span.level-2{ padding-left: 40px; }
|
||||
span.level-3{ padding-left: 50px; }
|
||||
span.level-4{ padding-left: 60px; }
|
||||
span.level-5{ padding-left: 70px; }
|
||||
span.level-6{ padding-left: 80px; }
|
||||
|
||||
.addBaseItem{
|
||||
margin-left: -10px;
|
||||
|
Reference in New Issue
Block a user