forked from MapComplete/MapComplete
Restyle translation buttons
This commit is contained in:
parent
3a2fc3cefd
commit
3631896c02
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export default class LinkToWeblate extends VariableUiElement {
|
|||
return undefined
|
||||
}
|
||||
const icon = Svg.translate_svg().SetClass(
|
||||
"rounded-full border border-gray-400 inline-block w-4 h-4 m-1 weblate-link self-center"
|
||||
"rounded-full inline-block w-3 h-3 ml-1 weblate-link self-center"
|
||||
)
|
||||
if (availableTranslations[ln] === undefined) {
|
||||
icon.SetClass("bg-red-400")
|
||||
|
|
Loading…
Reference in a new issue