From f829397f0b082ee7f2afcc56f7c885b057c79709 Mon Sep 17 00:00:00 2001 From: Muhammad Rizal Date: Sun, 18 May 2025 11:02:18 +0700 Subject: [PATCH 1/2] fix: navigation blocked by some button attribute on mobile devices and impact on all content --- content/style-website-v4.css | 10 +++++----- etc/main.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/style-website-v4.css b/content/style-website-v4.css index c1bcd4752..359439b64 100644 --- a/content/style-website-v4.css +++ b/content/style-website-v4.css @@ -128,15 +128,15 @@ body .book.font-family-1, .book-summary { box-shadow: inset 0 0 0 2px #008cff; } -/* make the sidebar wider, and adjust the content to match it */ -.book-summary { - left: -470px; - width: 470px; -} @media (min-width: 600px) { .book.with-summary .book-body { left: 470px; } + /* make the sidebar wider, and adjust the content to match it */ + .book-summary { + left: -470px; + width: 470px; + } } .book-header { diff --git a/etc/main.go b/etc/main.go index 0727ab5c9..ad606207b 100644 --- a/etc/main.go +++ b/etc/main.go @@ -170,7 +170,7 @@ func webbookPostAdjustment() { // ==== inject github stars button buttonToFind := `` - buttonReplacement := `
+ buttonReplacement := `
Sponsor  Star  Follow @novalagung From 6336d6e7008e74e2097f26edb234ce3663f46a2c Mon Sep 17 00:00:00 2001 From: novalagung Date: Tue, 11 Nov 2025 18:08:33 +0700 Subject: [PATCH 2/2] feat: add contributor --- content/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/CONTRIBUTING.md b/content/CONTRIBUTING.md index 787d79c19..0ede29d01 100644 --- a/content/CONTRIBUTING.md +++ b/content/CONTRIBUTING.md @@ -64,6 +64,7 @@ Berikut merupakan *hall of fame* kontributor yang sudah berbaik hati menyisihkan 1. [MH Rohman Masyhar](https://github.com/rohmanhm) 1. [Muhammad Faris 'Afif](https://github.com/muhfaris) 1. [Muhammad Ridho](https://github.com/reedho) +1. [Muhammad Rizal](https://github.com/zalcode) 1. [Muhammad Zulfan Wahyudin](https://github.com/mzulfanw) 1. [Mulia Nasution](https://github.com/mul14) 1. [nekonako](https://github.com/nekonako)