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 %} -