File tree 4 files changed +5
-18
lines changed
4 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ Original by Dempfi (https://github.com/dempfi/ayu)
11
11
padding : 0.5em ;
12
12
}
13
13
14
- @media (max-width : 640px ) {
15
- .hljs {
16
- padding-top : 2em ;
17
- }
18
- }
19
-
20
14
.hljs-comment ,
21
15
.hljs-quote {
22
16
color : # 5c6773 ;
Original file line number Diff line number Diff line change @@ -205,6 +205,11 @@ a:hover > .hljs {
205
205
pre {
206
206
position : relative;
207
207
}
208
+ @media (max-width : 640px ) {
209
+ pre > .buttons ~ .hljs {
210
+ padding-top : 2em ;
211
+ }
212
+ }
208
213
pre > .buttons {
209
214
position : absolute;
210
215
z-index : 100 ;
Original file line number Diff line number Diff line change 64
64
padding : 0.5em ;
65
65
}
66
66
67
- @media (max-width : 640px ) {
68
- .hljs {
69
- padding-top : 2em ;
70
- }
71
- }
72
-
73
67
.hljs-emphasis {
74
68
font-style : italic;
75
69
}
Original file line number Diff line number Diff line change 85
85
-webkit-text-size-adjust : none;
86
86
}
87
87
88
- @media (max-width : 640px ) {
89
- .hljs {
90
- padding-top : 2em ;
91
- }
92
- }
93
-
94
88
.coffeescript .javascript ,
95
89
.javascript .xml ,
96
90
.tex .hljs-formula ,
You can’t perform that action at this time.
0 commit comments