Update CompleteTimestamps.plugin.js

This commit is contained in:
Mirco Wittrien 2021-04-08 20:04:09 +02:00
parent f190fd4f5c
commit 0b182ffea1
1 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* @name CompleteTimestamps
* @author DevilBro
* @authorId 278543574059057154
* @version 1.5.6
* @version 1.5.7
* @description Replaces Timestamps with your own custom Timestamps
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,12 +17,13 @@ module.exports = (_ => {
"info": {
"name": "CompleteTimestamps",
"author": "DevilBro",
"version": "1.5.6",
"version": "1.5.7",
"description": "Replaces Timestamps with your own custom Timestamps"
},
"changeLog": {
"fixed": {
"Works again": ""
"Works again": "",
"Edit Stamp Compact Mode": "Fixed Issue where the (edited) stamp would grow in size in compact mode"
}
}
};
@ -268,7 +269,7 @@ module.exports = (_ => {
padding-left: ${44 + width}px;
text-indent: calc(-${44 + width}px - -1rem);
}
${BDFDB.dotCNS.messagecompact + BDFDB.dotCN.messagetimestamp} {
${BDFDB.dotCNS.messagecompact + BDFDB.dotCNS.messageheader + BDFDB.dotCN.messagetimestamp} {
width: ${width}px;
}
`);