Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions assets/modern-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -1369,4 +1369,9 @@ body.dark-mode .similarity-source {
.article-navigation {
order: 5;
}

/* コードブロックの行数部分の横幅を狭くしてモバイルでの可読性を向上 */
.cb-gutter {
padding: 0rem .25rem .5rem .25rem !important;
}
}
3 changes: 3 additions & 0 deletions assets/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
.cb.dark .cb-toolbar{background:#2b2b2b;border-bottom-color:#333;color:#ddd}
.cb.dark .cb-copy{background:#3a3a3a;color:#eee}
.cb.dark .cb-gutter{border-right-color:#333}
@media (max-width: 768px) {
.cb-gutter{padding:0rem .25rem .5rem .25rem}
}
`;
document.head.appendChild(style);
}
Expand Down
14 changes: 14 additions & 0 deletions posts/--help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title:
author: abap34
date: 2025/09/29
tag:
twitter_id: abap34
github_id: abap34
mail: abap0002@gmail.com
ogp_url:
description:
url: https://abap34.com/posts/--help.html
site_name: abap34's blog
twitter_site: @abap34
---
Empty file added posts/--help/.gitkeep
Empty file.