File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export default {
3
3
alreadyInstalled : 'Already installed' ,
4
4
addToChrome : 'Add to Chrome' ,
5
5
shareThisJwt : 'Share this JWT' ,
6
- jwtIoUrlCopied : 'JWT.io URL copied ' ,
6
+ jwtIoUrlCopied : 'Copied ' ,
7
7
noJwtsFound : 'No JWTs found' ,
8
8
saveBackTo : 'Save back to '
9
9
} ,
Original file line number Diff line number Diff line change 15
15
font-size 12px
16
16
letter-spacing .5px
17
17
position relative
18
- line-height 28 px
18
+ line-height 20 px
19
19
padding-right 40px
20
- width 190 px
20
+ width 170 px
21
21
text-align center
22
22
23
23
& :hover
24
24
opacity : 0.85
25
25
26
26
img
27
27
position absolute
28
- top 7 px
28
+ top 5 px
29
29
right 7px
30
30
31
31
.h-block
66
66
color currentColor
67
67
68
68
.top-section
69
- margin-bottom 18px
70
- zoom .8
69
+ margin-bottom 10px
71
70
72
71
a
73
72
outline none
129
128
& :before
130
129
content ""
131
130
background white
132
- height 34 px
131
+ height 28 px
133
132
width 23px
134
133
display block
135
134
position absolute
144
143
content ''
145
144
display inline-block
146
145
position absolute
147
- top 16 px
146
+ top 13 px
148
147
right 10px
149
148
pointer-events none
150
149
156
155
span
157
156
font-weight bold
158
157
text-transform uppercase
159
- font-size 12 px
158
+ font-size 10 px
160
159
vertical-align middle
161
160
.custom-select
162
161
margin-left 10px
162
+
163
+ select
164
+ height 30px
163
165
164
166
section
165
167
padding 15px 0 0 0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ block content
9
9
10
10
.pull-left
11
11
.jwt-logo.h-block
12
- img( src ="/img/debugger-logo.svg" height ="33 " alt ="Share this jwt" )
12
+ img( src ="/img/debugger-logo.svg" height ="25 " alt ="Share this jwt" )
13
13
14
14
.pull-right
15
15
.select-field.h-block
@@ -29,7 +29,7 @@ block content
29
29
.share-this-jwt.h-block
30
30
a.jwt-clipboard-btn ( href ="#" )
31
31
span#share-this-jwt-text Share this JWT
32
- img( src ="/img/icon-chromeless.svg" height ="25 " alt ="Share this jwt" )
32
+ img( src ="/img/icon-chromeless.svg" height ="22 " alt ="Share this jwt" )
33
33
34
34
include ../token-editor-common.pug
35
35
You can’t perform that action at this time.
0 commit comments