aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-20 10:14:19 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-20 10:14:19 +0100
commit77e2898ad406c5aa7672dcaead6b5090cd203d47 (patch)
tree5823396ef047bebb6aed056a4cda6229cb3cbba6 /app/Resources/static/themes
parent6f85bed294d6dd9f2dd9c945544074cbde38e191 (diff)
downloadwallabag-77e2898ad406c5aa7672dcaead6b5090cd203d47.tar.gz
wallabag-77e2898ad406c5aa7672dcaead6b5090cd203d47.tar.zst
wallabag-77e2898ad406c5aa7672dcaead6b5090cd203d47.zip
Fix card action overlap
On smaller resolution
Diffstat (limited to 'app/Resources/static/themes')
-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;