Restyle translation buttons

This commit is contained in:
Pieter Vander Vennet 2023-02-07 02:56:19 +01:00
parent 3a2fc3cefd
commit 3631896c02

View file

@ -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")