diff options
author | Zero~Informatique | 2020-04-28 03:47:39 +0200 |
---|---|---|
committer | Zero~Informatique | 2020-04-28 03:47:50 +0200 |
commit | ccecfd9421f4550a71134cd46e1388e486f8c564 (patch) | |
tree | 9711ed24320150d24d85a124de3fd6177052eeb0 /viewer/src/plugins/fontawesome.ts | |
parent | 113bff3c4dcc1976f24df16d4224e1871e665ae0 (diff) | |
download | ldgallery-ccecfd9421f4550a71134cd46e1388e486f8c564.tar.gz |
viewer: global formatting unification
Diffstat (limited to 'viewer/src/plugins/fontawesome.ts')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index cc8b7ab..480e8e0 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -22,33 +22,33 @@ import Vue from "vue"; | |||
22 | import { library, config } from "@fortawesome/fontawesome-svg-core"; | 22 | import { library, config } from "@fortawesome/fontawesome-svg-core"; |
23 | import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; | 23 | import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; |
24 | import { | 24 | import { |
25 | faFolder, | 25 | faFolder, |
26 | faEraser, | 26 | faEraser, |
27 | faSearch, | 27 | faSearch, |
28 | faPlus, | 28 | faPlus, |
29 | faMinus, | 29 | faMinus, |
30 | faImage, | 30 | faImage, |
31 | faHome, | 31 | faHome, |
32 | faArrowLeft, | 32 | faArrowLeft, |
33 | faLevelUpAlt, | 33 | faLevelUpAlt, |
34 | faAngleRight, | 34 | faAngleRight, |
35 | faAngleDoubleLeft, | 35 | faAngleDoubleLeft, |
36 | faFile, | 36 | faFile, |
37 | } from "@fortawesome/free-solid-svg-icons"; | 37 | } from "@fortawesome/free-solid-svg-icons"; |
38 | 38 | ||
39 | library.add( | 39 | library.add( |
40 | faFolder, | 40 | faFolder, |
41 | faEraser, | 41 | faEraser, |
42 | faSearch, | 42 | faSearch, |
43 | faPlus, | 43 | faPlus, |
44 | faMinus, | 44 | faMinus, |
45 | faImage, | 45 | faImage, |
46 | faHome, | 46 | faHome, |
47 | faArrowLeft, | 47 | faArrowLeft, |
48 | faLevelUpAlt, | 48 | faLevelUpAlt, |
49 | faAngleRight, | 49 | faAngleRight, |
50 | faAngleDoubleLeft, | 50 | faAngleDoubleLeft, |
51 | faFile, | 51 | faFile, |
52 | ); | 52 | ); |
53 | 53 | ||
54 | config.autoAddCss = false; | 54 | config.autoAddCss = false; |