Skip to content

Commit 1dd4c38

Browse files
committed
Fixed buttons on mobile devices
1 parent 49e40a3 commit 1dd4c38

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

styles.css

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,16 @@ ul {
367367
display: none;
368368
}
369369

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+
370380
@media (min-width: 601px)
371381
{
372382
.footer-link-text {
@@ -394,6 +404,10 @@ ul {
394404
border: 1px solid #ccc;
395405
border-radius: 5px;
396406
}
407+
408+
span.copied-notification {
409+
display: block;
410+
}
397411
}
398412

399413
.inactive {
@@ -834,15 +848,6 @@ span.code-filename {
834848
font-family: monospace;
835849
}
836850

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-
846851
p.missing-solution-warning {
847852
background-color: lightpink;
848853
margin: 0px;

0 commit comments

Comments
 (0)