diff options
Diffstat (limited to 'app/Resources/static/themes/baggy')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 3 | ||||
-rwxr-xr-x | app/Resources/static/themes/baggy/js/init.js | 1 |
2 files changed, 2 insertions, 2 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 | } |
diff --git a/app/Resources/static/themes/baggy/js/init.js b/app/Resources/static/themes/baggy/js/init.js index 8da9a859..07afd311 100755 --- a/app/Resources/static/themes/baggy/js/init.js +++ b/app/Resources/static/themes/baggy/js/init.js | |||
@@ -3,7 +3,6 @@ require('jquery.cookie'); | |||
3 | require('jquery-ui-browserify'); | 3 | require('jquery-ui-browserify'); |
4 | const annotator = require('annotator'); | 4 | const annotator = require('annotator'); |
5 | import { savePercent, retrievePercent } from '../../_global/js/tools.js'; | 5 | import { savePercent, retrievePercent } from '../../_global/js/tools.js'; |
6 | import { split, extractLast } from './autoCompleteTags.js'; | ||
7 | import { toggleSaveLinkForm } from './uiTools.js'; | 6 | import { toggleSaveLinkForm } from './uiTools.js'; |
8 | 7 | ||
9 | 8 | ||