Compare commits

...

1 Commits
main ... dev

Author SHA1 Message Date
myh
00db29293b format code 2024-01-04 18:58:46 +08:00

View File

@ -29,6 +29,4 @@ export class TopBarComponent implements OnInit {
const screenWidth = window.innerWidth;
this.isMobile = screenWidth < 768;
}
}