chore: move title button styles

userquin/feat-add-external-translation-repo-links
userquin 1 year ago
parent a52ca0aca5
commit e65610907a

@ -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;
}

Loading…
Cancel
Save