Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 11, 2024
1 parent bd2dabe commit 87fab80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/mobile
Submodule mobile updated 1 files
+10 −1 src/pages/index.vue
4 changes: 4 additions & 0 deletions resources/views/download.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
color: #fff;
padding: 16px 18px;
border-radius: 12px;;
max-width: calc(100% - 160px);
}
.title {
Expand All @@ -47,6 +48,9 @@
color: #fff;
text-decoration: none;
border-radius: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dark {
Expand Down

0 comments on commit 87fab80

Please sign in to comment.