diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-04 14:48:22 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-04 14:48:22 +0200 |
commit | 46d78f87d934bbc7679b85d0c78178444ff1b28e (patch) | |
tree | f5517f7fbe971687159a82fd633eeea0c5e6eb43 /app | |
parent | 9f7d154e3451f1ccc1d69f0013e98acf4639c63b (diff) | |
download | wallabag-46d78f87d934bbc7679b85d0c78178444ff1b28e.tar.gz wallabag-46d78f87d934bbc7679b85d0c78178444ff1b28e.tar.zst wallabag-46d78f87d934bbc7679b85d0c78178444ff1b28e.zip |
fix icons
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 5a46ec09..4751c645 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -71,6 +71,7 @@ | |||
71 | font-variant: normal; | 71 | font-variant: normal; |
72 | text-transform: none; | 72 | text-transform: none; |
73 | line-height: 1; | 73 | line-height: 1; |
74 | background-size: 24px; | ||
74 | 75 | ||
75 | /* Enable Ligatures ================ */ | 76 | /* Enable Ligatures ================ */ |
76 | letter-spacing: 0; | 77 | letter-spacing: 0; |
@@ -87,7 +88,7 @@ | |||
87 | } | 88 | } |
88 | 89 | ||
89 | .icon-image { | 90 | .icon-image { |
90 | background-size: 16px; | 91 | background-size: 24px; |
91 | background-repeat: no-repeat; | 92 | background-repeat: no-repeat; |
92 | background-position: center; | 93 | background-position: center; |
93 | padding-right: 1em !important; | 94 | padding-right: 1em !important; |