padding fix

This commit is contained in:
wukko 2022-10-05 11:28:52 +06:00 committed by GitHub
parent 2eb746f242
commit 97cd8c6a11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,8 @@ export default function(obj) {
}, {
text: `${loc(obj.lang, 'AboutSupportedServices')} ${enabledServices}.`
}, {
text: obj.lang != "ru" ? loc(obj.lang, 'FollowTwitter') : ""
text: obj.lang != "ru" ? `<div id="popup-desc" class="desc-padding">${loc(obj.lang, 'FollowTwitter')}</div>` : "",
raw: true
}, {
text: backdropLink(repo, loc(obj.lang, 'LinkGitHubIssues')),
classes: ["bottom-link"]