File tree 8 files changed +46
-50
lines changed
8 files changed +46
-50
lines changed Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extName__" ,
4
4
"short_name" : " __MSG_extShortName__" ,
5
- "version" : " 6.2.0 " ,
5
+ "version" : " 6.2.1 " ,
6
6
"default_locale" : " en" ,
7
7
"description" : " __MSG_extDesc__" ,
8
8
"icons" : {
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extName__" ,
4
4
"short_name" : " __MSG_extShortName__" ,
5
- "version" : " 6.2.0 " ,
5
+ "version" : " 6.2.1 " ,
6
6
"default_locale" : " en" ,
7
7
"description" : " __MSG_extDesc__" ,
8
8
"applications" : {
Original file line number Diff line number Diff line change 29
29
"base64-loader" : " ^1.0.0" ,
30
30
"eslint" : " ^6.8.0" ,
31
31
"fork-ts-checker-webpack-plugin" : " ^4.1.4" ,
32
- "npm-license-generator" : " ^1.0.0 " ,
32
+ "npm-license-generator" : " ^1.0.2 " ,
33
33
"prettier" : " 1.18.2" ,
34
34
"sass" : " ^1.26.5" ,
35
35
"ts-loader" : " ^6.2.2" ,
Original file line number Diff line number Diff line change 17
17
18
18
<MenuPage
19
19
id =" menu"
20
+ v-show =" style.slidein || style.slideout"
20
21
v-bind:class =" { slidein: style.slidein, slideout: style.slideout }"
21
22
/>
22
23
Original file line number Diff line number Diff line change 12
12
{{ i18n.account }} - {{ email }}
13
13
</div >
14
14
</div >
15
- <div v-show =" encryption.getEncryptionStatus() && backupToken" >
15
+ <div
16
+ class =" control-group"
17
+ v-show =" encryption.getEncryptionStatus() && backupToken"
18
+ >
16
19
<label class =" combo-label" >{{ i18n.encrypted }}</label >
17
- <select v-model =" isEncrypted" >
20
+ <select style = " margin : 20 px 10 px ; " v-model =" isEncrypted" >
18
21
<option value =" true" >{{ i18n.yes }}</option >
19
22
<option value =" false" >{{ i18n.no }}</option >
20
23
</select >
Original file line number Diff line number Diff line change 12
12
{{ i18n.account }} - {{ email }}
13
13
</div >
14
14
</div >
15
- <div v-show =" encryption.getEncryptionStatus() && backupToken" >
15
+ <div
16
+ class =" control-group"
17
+ v-show =" encryption.getEncryptionStatus() && backupToken"
18
+ >
16
19
<label class =" combo-label" >{{ i18n.encrypted }}</label >
17
- <select v-model =" isEncrypted" >
20
+ <select style = " margin : 20 px 10 px ; " v-model =" isEncrypted" >
18
21
<option value =" true" >{{ i18n.yes }}</option >
19
22
<option value =" false" >{{ i18n.no }}</option >
20
23
</select >
Original file line number Diff line number Diff line change 12
12
{{ i18n.account }} - {{ email }}
13
13
</div >
14
14
</div >
15
- <div v-show =" encryption.getEncryptionStatus() && backupToken" >
15
+ <div
16
+ class =" control-group"
17
+ v-show =" encryption.getEncryptionStatus() && backupToken"
18
+ >
16
19
<label class =" combo-label" >{{ i18n.encrypted }}</label >
17
- <select v-model =" isEncrypted" >
20
+ <select style = " margin : 20 px 10 px ; " v-model =" isEncrypted" >
18
21
<option value =" true" >{{ i18n.yes }}</option >
19
22
<option value =" false" >{{ i18n.no }}</option >
20
23
</select >
You can’t perform that action at this time.
0 commit comments