From e65610907a5e5c2251bece39fba7aa6f1b539059 Mon Sep 17 00:00:00 2001 From: userquin Date: Fri, 6 Sep 2024 22:11:49 +0200 Subject: [PATCH] chore: move title button styles --- .../components/VPNavScreenTranslations.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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; }