diff --git a/src/client/theme-default/components/VPNavScreenTranslations.vue b/src/client/theme-default/components/VPNavScreenTranslations.vue index 11581a85..0c1ed06b 100644 --- a/src/client/theme-default/components/VPNavScreenTranslations.vue +++ b/src/client/theme-default/components/VPNavScreenTranslations.vue @@ -65,6 +65,12 @@ function toggle() { } +.title.repo { + width: 100%; + justify-content: space-between; +} + + .VPNavScreenTranslations .title .vpi-chevron-down { transition: transform 0.25s; transform: rotate(90deg); @@ -73,11 +79,6 @@ function toggle() { transform: rotate(-90deg); } -.title.repo { - width: 100%; - justify-content: space-between; -} - .icon { font-size: 16px; }