Add copy buttons to Media Info

This commit is contained in:
Dmitry Lyzo 2022-02-23 00:36:00 +03:00
parent 7239269980
commit 1f62db7f31
4 changed files with 38 additions and 4 deletions

View file

@ -992,6 +992,10 @@ div.itemDetailGalleryLink.defaultCardBackground {
border-collapse: collapse;
}
.mediaInfoContent .btnCopy .material-icons {
font-size: inherit;
}
.mediaInfoStream {
margin: 0 3em 0 0;
display: inline-block;
@ -1000,6 +1004,10 @@ div.itemDetailGalleryLink.defaultCardBackground {
.mediaInfoStreamType {
display: block;
margin: 0.622em 0; /* copy button height compensation */
}
.layout-tv .mediaInfoStreamType {
margin: 1em 0;
}