From 00a12e36bc81f41068ddafc2eef28e39f3ba5219 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Sat, 12 Aug 2023 21:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=8B=E6=9C=BA=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 2 +- README.md | 2 +- templates/base.html | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index c3c19f4..6b6d540 100644 --- a/README-en.md +++ b/README-en.md @@ -6,7 +6,7 @@ Gmeek is a Blog Generator based on `Github Pages` and `Github Issues` and `Githu - [Demo](http://meekdai.github.io/) - [Update Log](https://meekdai.github.io/post/Gmeek-geng-xin-ri-zhi.html) -![dark](dark.jpg) +![dark](img/dark.jpg) ### Installation 1. Create your own `XXX.github.io` repository. In the repository `Settings`, select `Github Actions` under `Pages->Build and deployment->Source`. diff --git a/README.md b/README.md index 33b3aee..4ecf0f5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - [Demo页面](http://meekdai.github.io/) - [更新日志](https://meekdai.github.io/post/Gmeek-geng-xin-ri-zhi.html) -![light](light.jpg) +![light](img/light.jpg) ### 安装 diff --git a/templates/base.html b/templates/base.html index 9b7509a..4a7e4fd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,6 +19,14 @@ body{ font-family: sans-serif; line-height: 1.25; } +@media (max-width: 767px) { + .markdown-body { padding: 8px;} + .subnav-search form{display:none;} + .subnav-search svg{display:none;} + .SideNav-item .listLabels{display:none;} + #buttonRSS{display:none;} +} + .avatar {transition: 0.8s;} .avatar:hover {transform: scale(1.15) rotate(360deg);} #header{display:flex;padding-bottom:8px;border-bottom: 1px solid var(--borderColor-muted, var(--color-border-muted));margin-bottom: 16px;}