diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-08 22:15:37 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-08 22:15:37 +0100 |
commit | 7005b425e0b554f26a97863ae7784a4c5c52645a (patch) | |
tree | 469e746bd9cbba02ce5d122634b58c8f3e167e93 /app/Resources/static/themes | |
parent | a0fb3b1b7ad8477af0881f00adb0545b64eaa2a9 (diff) | |
download | wallabag-7005b425e0b554f26a97863ae7784a4c5c52645a.tar.gz wallabag-7005b425e0b554f26a97863ae7784a4c5c52645a.tar.zst wallabag-7005b425e0b554f26a97863ae7784a4c5c52645a.zip |
Remove the left margin of tag
In the entries list, the first tag below the link isn’t stick to the left. Now it is.
Diffstat (limited to 'app/Resources/static/themes')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 446fe879..b5e47300 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -507,6 +507,10 @@ a.original { | |||
507 | white-space: nowrap; | 507 | white-space: nowrap; |
508 | } | 508 | } |
509 | 509 | ||
510 | .card .card-entry-labels-hidden li:first-child { | ||
511 | margin-left: 0; | ||
512 | } | ||
513 | |||
510 | .card-entry-tags a, | 514 | .card-entry-tags a, |
511 | .card-entry-labels a, | 515 | .card-entry-labels a, |
512 | .card-tag-labels a, | 516 | .card-tag-labels a, |