improve(electron): use fragment mode for frontend router & polish UI

This commit is contained in:
charlie
2021-01-26 13:17:23 +08:00
parent c787573d3d
commit 8500afb849
16 changed files with 257 additions and 32 deletions

View File

@@ -127,10 +127,16 @@ html.is-electron {
user-select: none;
-webkit-app-region: drag;
& > .l, & > .r {
& > .l {
display: flex;
}
& > .r {
& > .inner {
display: flex;
}
}
& > .c {
font-size: .7rem;
}