From e700cadae3ab8f82aa099008dde2c0497c31caa6 Mon Sep 17 00:00:00 2001 From: Simounet Date: Sun, 13 Mar 2022 15:32:43 +0100 Subject: [PATCH] Mass action buttons extracted from entries list --- app/Resources/static/themes/material/css/entries.scss | 5 +++-- .../views/themes/material/Entry/entries.html.twig | 10 ++++++---- web/wallassets/material.css | 2 +- web/wallassets/material.css.map | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss index 202a09173..3045c0e97 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss @@ -3,7 +3,7 @@ * ========================================================================== */ .mass-buttons { - margin: 5px; + margin: 10px 5px 10px 20px; #selectAll { position: relative; @@ -39,7 +39,8 @@ } .collection { - margin: 15px 15px 0; + margin: 5px 15px 0; + padding: 0; .collection-item { padding: 7px; diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index c1924beb9..2d24bf9ff 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -39,9 +39,8 @@ {% endif %} -