Skip to content

Commit

Permalink
Removed AI desktop-only splash in favor of better mobile splash
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorManhattan committed Apr 27, 2024
1 parent 8441924 commit ab191e8
Show file tree
Hide file tree
Showing 13 changed files with 210 additions and 165 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 2 additions & 14 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@ export namespace Components {
interface CapacitorHubspotForm {
defaults: typeof defaults;
}
interface CapacitorSite {
fullScreenSliderHTML: string;
isTouchscreen: any;
scriptsLoaded: number;
showCommunity: boolean;
showEmailInput: boolean;
}
interface CapacitorSite {}
interface CapacitorSiteFooter {
defaults: typeof defaults;
}
Expand Down Expand Up @@ -362,13 +356,7 @@ declare namespace LocalJSX {
interface CapacitorHubspotForm {
defaults?: typeof defaults;
}
interface CapacitorSite {
fullScreenSliderHTML?: string;
isTouchscreen?: any;
scriptsLoaded?: number;
showCommunity?: boolean;
showEmailInput?: boolean;
}
interface CapacitorSite {}
interface CapacitorSiteFooter {
defaults?: typeof defaults;
}
Expand Down
21 changes: 21 additions & 0 deletions src/components/capacitor-site/capacitor-site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,24 @@ body.home .alt-btns {
.hide-buttons {
display: none !important;
}
@media (max-width: 420px) {
.btns {
zoom: 0.9;
}
}

@media (max-width: 390px) {
.btns {
zoom: 0.8;
}
}

@media (max-width: 360px) {
.btns {
zoom: 0.7;
}
}

.hidesplash {
display: none;
}

0 comments on commit ab191e8

Please sign in to comment.