diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 | ||||
-rw-r--r-- | app/config/services.yml | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index cade37f6..99892401 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -303,6 +303,10 @@ nav input { | |||
303 | margin: 0 1rem; | 303 | margin: 0 1rem; |
304 | } | 304 | } |
305 | 305 | ||
306 | span.numberItems { | ||
307 | float: right; | ||
308 | } | ||
309 | |||
306 | /* ========================================================================== | 310 | /* ========================================================================== |
307 | * 3 = Filters slider | 311 | * 3 = Filters slider |
308 | * ========================================================================== */ | 312 | * ========================================================================== */ |
diff --git a/app/config/services.yml b/app/config/services.yml index 480408d9..95b8f26f 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -16,6 +16,9 @@ services: | |||
16 | wallabag.twig_extension: | 16 | wallabag.twig_extension: |
17 | class: Wallabag\CoreBundle\Twig\WallabagExtension | 17 | class: Wallabag\CoreBundle\Twig\WallabagExtension |
18 | public: false | 18 | public: false |
19 | arguments: | ||
20 | - "@wallabag_core.entry_repository" | ||
21 | - "@security.token_storage" | ||
19 | tags: | 22 | tags: |
20 | - { name: twig.extension } | 23 | - { name: twig.extension } |
21 | 24 | ||