mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Hide snippet button on smaller devices
This commit is contained in:
parent
81d3c7e8c8
commit
3ee9f91ff6
@ -170,6 +170,13 @@ textarea {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.snippet .btn {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.snippet .btn {
|
||||
-webkit-transition: opacity 0.3s ease-in-out;
|
||||
-o-transition: opacity 0.3s ease-in-out;
|
||||
|
Loading…
Reference in New Issue
Block a user