|
|
@ -65,6 +65,12 @@ function toggle() {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.title.repo {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.VPNavScreenTranslations .title .vpi-chevron-down {
|
|
|
|
.VPNavScreenTranslations .title .vpi-chevron-down {
|
|
|
|
transition: transform 0.25s;
|
|
|
|
transition: transform 0.25s;
|
|
|
|
transform: rotate(90deg);
|
|
|
|
transform: rotate(90deg);
|
|
|
@ -73,11 +79,6 @@ function toggle() {
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.title.repo {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
.icon {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|