Update ShowImageDetails.plugin.js

This commit is contained in:
Mirco Wittrien 2020-02-04 09:40:41 +01:00
parent f8b3310f9f
commit 8963e60bab
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var ShowImageDetails = (_ => {
return class ShowImageDetails {
getName () {return "ShowImageDetails";}
getVersion () {return "1.1.9";}
getVersion () {return "1.2.0";}
getAuthor () {return "DevilBro";}
@ -31,8 +31,12 @@ var ShowImageDetails = (_ => {
${BDFDB.dotCN._showimagedetailsdetailsadded},
${BDFDB.dotCN._showimagedetailsdetailsadded}:hover {
text-decoration: none;
height: unset !important;
width: unset !important;
}
${BDFDB.dotCN._showimagedetailsdetailsadded} img {
position: relative !important;
}
${BDFDB.dotCN._showimagedetailsdetails} {
margin: 5px 0;
}