Add hooks to allow rendering messages near buttons like before

This commit is contained in:
Alex P 2023-10-17 09:21:33 +03:00
parent fa46b88b16
commit 874a4e92ff
No known key found for this signature in database
GPG key ID: 54487A734A204D71
2 changed files with 20 additions and 0 deletions

View file

@ -7,3 +7,7 @@
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.ppc-button-wrapper #ppcp-messages:first-child {
padding-top: 10px;
}