aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-11-22 10:27:14 +0100
committerGitHub <noreply@github.com>2016-11-22 10:27:14 +0100
commit944b8d61752bedd126e1cdaeb3205177e414cf6b (patch)
tree09f7219e01a148238aa23d2b7137566612f14dbc /app/Resources
parentba838dae5ac5bf0a65165ee075138aefbccbc3a2 (diff)
parent77e2898ad406c5aa7672dcaead6b5090cd203d47 (diff)
downloadwallabag-944b8d61752bedd126e1cdaeb3205177e414cf6b.tar.gz
wallabag-944b8d61752bedd126e1cdaeb3205177e414cf6b.tar.zst
wallabag-944b8d61752bedd126e1cdaeb3205177e414cf6b.zip
Merge pull request #2613 from wallabag/fix-overlap
Fix card action overlap
Diffstat (limited to 'app/Resources')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css4
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 8e33cfbc..1af30777 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -544,6 +544,10 @@ a.original {
544 line-height: 24px; 544 line-height: 24px;
545} 545}
546 546
547.card .card-action ul.tools li a.tool {
548 margin-right: 5px !important;
549}
550
547.card .card-action a { 551.card .card-action a {
548 color: #fff; 552 color: #fff;
549 margin: 0; 553 margin: 0;