Skip to content

Commit

Permalink
Merge pull request #4670 from NAStool/dev
Browse files Browse the repository at this point in the history
fix ui bug
  • Loading branch information
jxxghp authored May 8, 2023
2 parents 2e2288e + b16a102 commit 0ddd09d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
linux/arm64
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/nas-tools:latest-beta
${{ secrets.DOCKER_USERNAME }}/nas-tools:latest-beta
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ jobs:
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
${{ github.event.commits[0].message }}
${{ github.event.commits[0].message }}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/nas-tools:latest
${{ secrets.DOCKER_USERNAME }}/nas-tools:${{ env.app_version }}
${{ secrets.DOCKER_USERNAME }}/nas-tools:${{ env.app_version }}
5 changes: 5 additions & 0 deletions web/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ body, .page {
height: 350px;
}

.custom-media-info-height {
height: calc(env(safe-area-inset-top) + var(--safe-area-inset-top) + 541px);
border: none;
}

@media (max-width: 768px) {
.lit-media-info-image {
width: 150px;
Expand Down

0 comments on commit 0ddd09d

Please sign in to comment.