Update ShowImageDetails.plugin.js
This commit is contained in:
parent
f8b3310f9f
commit
8963e60bab
|
@ -4,7 +4,7 @@ var ShowImageDetails = (_ => {
|
||||||
return class ShowImageDetails {
|
return class ShowImageDetails {
|
||||||
getName () {return "ShowImageDetails";}
|
getName () {return "ShowImageDetails";}
|
||||||
|
|
||||||
getVersion () {return "1.1.9";}
|
getVersion () {return "1.2.0";}
|
||||||
|
|
||||||
getAuthor () {return "DevilBro";}
|
getAuthor () {return "DevilBro";}
|
||||||
|
|
||||||
|
@ -31,8 +31,12 @@ var ShowImageDetails = (_ => {
|
||||||
${BDFDB.dotCN._showimagedetailsdetailsadded},
|
${BDFDB.dotCN._showimagedetailsdetailsadded},
|
||||||
${BDFDB.dotCN._showimagedetailsdetailsadded}:hover {
|
${BDFDB.dotCN._showimagedetailsdetailsadded}:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
height: unset !important;
|
||||||
width: unset !important;
|
width: unset !important;
|
||||||
}
|
}
|
||||||
|
${BDFDB.dotCN._showimagedetailsdetailsadded} img {
|
||||||
|
position: relative !important;
|
||||||
|
}
|
||||||
${BDFDB.dotCN._showimagedetailsdetails} {
|
${BDFDB.dotCN._showimagedetailsdetails} {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue