Compare commits

..

No commits in common. "dev" and "main" have entirely different histories.
dev ... main

View File

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