File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,16 @@ ul {
367
367
display : none;
368
368
}
369
369
370
+ span .copied-notification {
371
+ display : none;
372
+ margin : auto 0px ;
373
+ padding : 0px 10px ;
374
+ color : transparent;
375
+ cursor : default;
376
+ user-select : none;
377
+ transition : color 0.3s ;
378
+ }
379
+
370
380
@media (min-width : 601px )
371
381
{
372
382
.footer-link-text {
@@ -394,6 +404,10 @@ ul {
394
404
border : 1px solid # ccc ;
395
405
border-radius : 5px ;
396
406
}
407
+
408
+ span .copied-notification {
409
+ display : block;
410
+ }
397
411
}
398
412
399
413
.inactive {
@@ -834,15 +848,6 @@ span.code-filename {
834
848
font-family : monospace;
835
849
}
836
850
837
- span .copied-notification {
838
- margin : auto 0px ;
839
- padding : 0px 10px ;
840
- color : transparent;
841
- cursor : default;
842
- user-select : none;
843
- transition : color 0.3s ;
844
- }
845
-
846
851
p .missing-solution-warning {
847
852
background-color : lightpink;
848
853
margin : 0px ;
You can’t perform that action at this time.
0 commit comments