enhance: use home icon instead of our logo for the mac desktop app

This commit is contained in:
Tienson Qin
2021-07-07 01:49:54 +08:00
parent 0812847216
commit dd53195e92
4 changed files with 21 additions and 9 deletions

View File

@@ -70,7 +70,6 @@
@apply p-2;
}
.cp__header-logo,
.cp__right-menu-button {
opacity: 0.3;
}
@@ -103,6 +102,10 @@
}
}
.cp__header-logo svg {
transform: scale(0.9);
}
#repo-name {
@apply md:max-w-none;
vertical-align: middle;