From bc36205be4adb8384917f40d68416b1d155e7057 Mon Sep 17 00:00:00 2001 From: Akhilesh Thite Date: Tue, 3 Dec 2024 03:29:20 -0800 Subject: [PATCH 1/3] feat: add powered by dp html snippet --- .vscode/settings.json | 3 +++ sidebar.css | 23 +++++++++++++++++++++++ sidebar.html | 11 ++++++++++- 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a0de46f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5504 +} \ No newline at end of file diff --git a/sidebar.css b/sidebar.css index 36aa05e..1862e05 100644 --- a/sidebar.css +++ b/sidebar.css @@ -50,6 +50,24 @@ sidebar-nav nav a:hover { text-decoration: none; } +.dp-snippet { + text-align: left; + margin-top: 4px; + display: flex; + flex-direction: column; + align-items: flex-start; +} + +.dp-snippet div { + font-size: 0.75rem; + color: var(--rdp-details-color); +} + +.dp-snippet a img { + margin-top: 4px; + width: 90px; + height: auto; +} .release-version { font-size: 0.75rem; @@ -93,6 +111,11 @@ sidebar-nav nav a:hover { sidebar-nav nav { text-align: center; } + + .dp-snippet { + text-align: center; + align-items: center; + } } @media screen and (max-width: 400px) { diff --git a/sidebar.html b/sidebar.html index 16360e0..2811ea8 100644 --- a/sidebar.html +++ b/sidebar.html @@ -8,8 +8,17 @@

Social Reader

About Social Inbox - Distributed Press +
+
Powered by
+ + Distributed Press + +
+ From 6d5323c1bf128d044719cf2fe4278c5cbf9bc32a Mon Sep 17 00:00:00 2001 From: Akhilesh Thite Date: Tue, 3 Dec 2024 03:30:09 -0800 Subject: [PATCH 2/3] chore: remove .vscode --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a0de46f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "liveServer.settings.port": 5504 -} \ No newline at end of file From 74d66b1ed4d9a8ee30a950a5db62f0d3b062c448 Mon Sep 17 00:00:00 2001 From: Akhilesh Thite Date: Tue, 3 Dec 2024 03:34:13 -0800 Subject: [PATCH 3/3] docs: update the default version in instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b2ecd..def2945 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You can easily deploy a customized version of the reader by [forking](https://gi ```json { - "version": "1.2.0", + "version": "1.0.0", "communityName": "Akhi's Art Club", "theme": { "bgColor": "#ecfeff",