mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix target dimensions container
This commit is contained in:
parent
a9eba41cdc
commit
f2d78bcbbe
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class Gemtext extends \Yggverse\Yoda\Abstract\Entity\Browser\Container\Page\Cont
|
||||||
Markup::format(
|
Markup::format(
|
||||||
$this->_source = $source,
|
$this->_source = $source,
|
||||||
$this->content->page->navbar->request->getValue(),
|
$this->content->page->navbar->request->getValue(),
|
||||||
$this->content->page->gtk->get_allocated_width(),
|
$this->content->page->content->gtk->get_allocated_width(),
|
||||||
$title
|
$title
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue