-
Notifications
You must be signed in to change notification settings - Fork 0
モバイルでもデスクトップと同様にメニューを横並びで常時表示 #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@copilot |
c99c4de to
4b69bd0
Compare
|
@copilot |
OGP画像に差分はありませんOGP画像は最新の状態です。 |
4b69bd0 to
8bb84ee
Compare
プレビュー環境プレビュー環境が更新されました。 URL: https://blog.kyu08.com/pr-261/ Commit: ※ デプロイ完了まで数分かかる場合があります。 |
Hugo v0.139で Hugo公式では |
|
@copilot |
Co-authored-by: kyu08 <49891479+kyu08@users.noreply.github.com>
README.md
Outdated
| - Image processing – Convert, resize, crop, rotate, adjust colors, apply filters, overlay text and images, and extract EXIF data | ||
| - JavaScript bundling – Transpile TypeScript and JSX to JavaScript, bundle, tree shake, minify, create source maps, and perform SRI hashing. | ||
| - Sass processing – Transpile Sass to CSS, bundle, tree shake, minify, create source maps, perform SRI hashing, and integrate with PostCSS | ||
| - Tailwind CSS processing – Compile Tailwind CSS utility classes into standard CSS, bundle, tree shake, optimize, minify, perform SRI hashing, and integrate with PostCSS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [textlint] <eslint.rules.ja-technical-writing/sentence-length> reported by reviewdog 🐶
Line 57 sentence length(173) exceeds the maximum sentence length of 150.
Over 23 characters. (ja-technical-writing/sentence-length)
README.md
Outdated
| - Sass processing – Transpile Sass to CSS, bundle, tree shake, minify, create source maps, perform SRI hashing, and integrate with PostCSS | ||
| - Tailwind CSS processing – Compile Tailwind CSS utility classes into standard CSS, bundle, tree shake, optimize, minify, perform SRI hashing, and integrate with PostCSS | ||
|
|
||
| And with [Hugo Modules], you can share content, assets, data, translations, themes, templates, and configuration with other projects via public or private Git repositories. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [textlint] <eslint.rules.ja-technical-writing/sentence-length> reported by reviewdog 🐶
Line 59 sentence length(170) exceeds the maximum sentence length of 150.
Over 20 characters. (ja-technical-writing/sentence-length)
|
@copilot ビルドエラーを修正し、下マージンをゼロにして。 |
|
@copilot cssファイル以外の差分はすべて削除して。 |
Co-authored-by: kyu08 <49891479+kyu08@users.noreply.github.com>
|
@copilot cssファイル以外の差分はすべて削除して。 |
Co-authored-by: kyu08 <49891479+kyu08@users.noreply.github.com>



TODO
変更内容
モバイルでハンバーガーメニュー(「Menu ▾」ボタン)を廃止し、デスクトップと同じくメニュー項目を横並びで常時表示するように変更。
CSS Override (
static/style.css)テーマのモバイルメニューを上書きし、デスクトップメニューを横並びで表示。メニューの上マージンを20px、下マージンを0pxに設定。
スクリーンショット
修正後(モバイル)
メニュー項目(_misc、about、rss)がPC表示と同じように横並びで常時表示され、最適なマージン設定により見やすいレイアウトになりました。
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.