Skip to content

Commit eed7841

Browse files
committed
Completely remove use of CSS zoom from extension stylesheets.
1 parent 741ffd9 commit eed7841

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

stylus/extension/index.styl

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,21 @@
3434
& + .h-block
3535
margin-left: 15px;
3636

37-
.tab-link small
38-
zoom .8
39-
4037
.jwt-playground
4138
padding-top 12px
4239

4340
.save-back
4441
color #0094c1
4542
margin-left 15px
4643

47-
.colophon,
48-
.validation-status
49-
zoom .8
50-
5144
.colophon
5245
margin-top 12px
5346
margin-bottom 12px
5447
position relative
48+
font-size 12px
49+
50+
img
51+
height 14px
5552

5653
.share-callouts
5754
margin-left 20px
@@ -81,15 +78,21 @@
8178
text-align right
8279

8380
.validation-status
84-
margin-top 20px
81+
margin-top 10px
82+
padding 5px 0
83+
font-size 20px
84+
85+
i
86+
line-height 22px
87+
font-size 20px
8588

8689
.algorithm-code
8790
margin-top 0px
8891

8992
.tab-content
9093
.jwt-explained
9194
.text-line
92-
zoom .8
95+
font-size 9px
9396
pre
9497
font-size 11px
9598
line-height 1.5
@@ -150,13 +153,18 @@
150153
.select-field + .select-field
151154
margin-right 15px
152155

156+
.algorithm span
157+
font-size 10px !important
158+
153159
.select-field
154-
text-align center
160+
text-align center
155161
span
156162
font-weight bold
157-
text-transform uppercase
158-
font-size 10px
163+
text-transform uppercase
159164
vertical-align middle
165+
font-size 10px
166+
position relative
167+
top 2px
160168
.custom-select
161169
margin-left 10px
162170

0 commit comments

Comments
 (0)