diff options
Diffstat (limited to 'src/view/PostBlockBuilder.php')
-rw-r--r-- | src/view/PostBlockBuilder.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/PostBlockBuilder.php b/src/view/PostBlockBuilder.php index ba54901..ba4de12 100644 --- a/src/view/PostBlockBuilder.php +++ b/src/view/PostBlockBuilder.php | |||
@@ -28,6 +28,7 @@ class PostBlockBuilder extends AbstractBuilder | |||
28 | $min_width = $node->getNodeData()->getColsMinWidth(); | 28 | $min_width = $node->getNodeData()->getColsMinWidth(); |
29 | $cols_min_width = 'grid-template-columns: repeat(auto-fit, minmax(' . (string)$min_width . 'px, 1fr));'; | 29 | $cols_min_width = 'grid-template-columns: repeat(auto-fit, minmax(' . (string)$min_width . 'px, 1fr));'; |
30 | } | 30 | } |
31 | $fetch_button_hidden = $node->getNodeData()->getNumberOfPages() > 1 ? '' : ' hidden'; | ||
31 | 32 | ||
32 | // ajouter un article | 33 | // ajouter un article |
33 | // => fait un peu double emploi avec PostBuilder | 34 | // => fait un peu double emploi avec PostBuilder |