diff --git a/src/NotFound/Layout/Elements/LayoutBar.php b/src/NotFound/Layout/Elements/LayoutBar.php index 29ba762..712c145 100644 --- a/src/NotFound/Layout/Elements/LayoutBar.php +++ b/src/NotFound/Layout/Elements/LayoutBar.php @@ -9,6 +9,12 @@ public function __construct() parent::__construct(type: 'Bar'); } + public function removePadding(): self + { + $this->properties->removePadding = true; + return $this; + } + public function addBarButton(LayoutBarButton $btn) { $this->items->add($btn->build());