mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-23 18:16:14 +02:00
padding fix
This commit is contained in:
parent
2eb746f242
commit
97cd8c6a11
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user