From fcb880fbd13c345e03881f806ca36a7c93025f84 Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 14 Jun 2023 21:44:12 +0200 Subject: [PATCH] Empty space on the top bar used for more add url toggle clickable target --- app/Resources/static/themes/material/css/nav.scss | 10 ++++++++++ .../CoreBundle/Resources/views/layout.html.twig | 4 ++-- web/wallassets/material.css | 2 +- web/wallassets/material.css.map | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss index 13286d83c..1630489ac 100644 --- a/app/Resources/static/themes/material/css/nav.scss +++ b/app/Resources/static/themes/material/css/nav.scss @@ -161,6 +161,16 @@ nav { } @media (min-width: 993px) { + .toggle-add-url-container { + flex-grow: 1; + } + + .toggle-add-url { + display: flex; + width: 100%; + justify-content: end; + } + .button-collapse { display: none; } diff --git a/src/Wallabag/CoreBundle/Resources/views/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/layout.html.twig index b2c583da9..f1565f17b 100644 --- a/src/Wallabag/CoreBundle/Resources/views/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/layout.html.twig @@ -83,8 +83,8 @@