fix(editor): Add Set up version control CTA (#6356)

* fix(editor): Add Set up version control CTA

* fix(editor): add unit test

* fix(editor): extend unit test

* fix(editor): update menu sidebar styles

* fix(editor): update menu sidebar styles

* fix(editor): fixes after conflict

* fix(editor): hide branch color when not connected

* fix(editor): fix connected collapsed paddings
This commit is contained in:
Csaba Tuncsik
2023-06-06 14:27:26 +02:00
committed by GitHub
parent 97295f67f0
commit e72521d5ec
6 changed files with 215 additions and 81 deletions

View File

@@ -246,8 +246,11 @@ export default defineComponent({
}
}
.versionContainer {
padding: var(--spacing-xs) var(--spacing-l);
}
@media screen and (max-height: 420px) {
.updatesSubmenu,
.versionContainer {
display: none;
}