aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/baggy/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 522c4833..99ea6c6b 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -907,7 +907,8 @@ a.add-to-wallabag-link-after::after {
907 907
908.icon-image { 908.icon-image {
909 background-size: 16px 16px; 909 background-size: 16px 16px;
910 background: no-repeat center; 910 background-repeat: no-repeat;
911 background-position: center;
911 padding-right: 1em !important; 912 padding-right: 1em !important;
912 padding-left: 1em !important; 913 padding-left: 1em !important;
913} 914}