mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Add Edge
in the Browser Support
section (#315)
Ref: https://github.com/zenorocha/clipboard.js/pull/267#issuecomment-249620994
This commit is contained in:
parent
cc5280f0a7
commit
b8d4aabd41
BIN
assets/images/edge.png
Normal file
BIN
assets/images/edge.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
@ -216,12 +216,26 @@ code {
|
|||||||
|
|
||||||
.support {
|
.support {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.support li {
|
.support li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 5px 8px 0;
|
margin: 15px 0;
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 410px) {
|
||||||
|
.support li {
|
||||||
|
width: 45%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 290px) {
|
||||||
|
.support li {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.support p {
|
.support p {
|
||||||
|
@ -186,6 +186,11 @@ clipboard.destroy();</code></pre>
|
|||||||
<li>
|
<li>
|
||||||
<img src="assets/images/chrome.png" width="64" height="64" alt="Chrome logo">
|
<img src="assets/images/chrome.png" width="64" height="64" alt="Chrome logo">
|
||||||
<p>Chrome 42+</p>
|
<p>Chrome 42+</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<img src="assets/images/edge.png" width="64" height="64" alt="Edge logo">
|
||||||
|
<p>Edge</p>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<img src="assets/images/firefox.png" width="64" height="64" alt="Firefox logo">
|
<img src="assets/images/firefox.png" width="64" height="64" alt="Firefox logo">
|
||||||
<p>Firefox 41+</p>
|
<p>Firefox 41+</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user