Skip to content

Commit

Permalink
Merge branch 'main' into app-ads
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically authored Aug 28, 2024
2 parents 68a080d + 4bafae8 commit 805a25e
Show file tree
Hide file tree
Showing 7 changed files with 567 additions and 575 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if: startsWith(matrix.platform, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev sqlite3
sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev pkg-config libayatana-appindicator3-dev librsvg2-dev
- name: Install frontend dependencies
run: pnpm install
Expand Down
8 changes: 8 additions & 0 deletions apps/frontend/src/assets/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
.normal-page__content {
grid-area: content;
}

.normal-page__header {
grid-area: header;
}
}

@media (min-width: 1024px) {
Expand Down Expand Up @@ -161,4 +165,8 @@
max-width: calc(80rem - 18.75rem - 0.75rem);
//overflow-x: hidden;
}

.normal-page__header {
grid-area: header;
}
}
Loading

0 comments on commit 805a25e

Please sign in to comment.