Skip to content

Commit

Permalink
feat(logger): enhance margin for mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 26, 2023
1 parent 1456fa6 commit 9787d2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugins/logger/client/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ const logs = computed(() => {
:deep(.logs) {
padding: 0.5rem 0.5rem;
}
@media screen and (max-width: 768px) {
border-radius: 0;
margin: 0 calc(0px - var(--content-padding));
}
}
</style>
2 changes: 1 addition & 1 deletion plugins/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koishijs/plugin-logger",
"description": "Dump log files for Koishi",
"version": "2.6.1",
"version": "2.6.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit 9787d2f

Please sign in to comment.