This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 0f1169ce36 [Fix] Fixed alignment of header social links on mobile
(#3959)
0f1169ce36 is described below
commit 0f1169ce36d1463f269c1497239565cb94e16f97
Author: Prakash Kumar <[email protected]>
AuthorDate: Sun Jan 11 07:27:39 2026 +0530
[Fix] Fixed alignment of header social links on mobile (#3959)
---
home/src/css/navbar.css | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/home/src/css/navbar.css b/home/src/css/navbar.css
index 128b097b16..9c6f5cc43d 100644
--- a/home/src/css/navbar.css
+++ b/home/src/css/navbar.css
@@ -19,6 +19,15 @@
.header-discord-link {
padding-left: 0;
}
+
+@media (max-width: 996px) {
+.header-twitter-link,
+.header-youtube-link,
+.header-discord-link {
+padding-left: 12px;
+}
+}
+
.header-github-link:before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24
24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12
5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577
0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633
17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236
1.07 1.835 2.809 1.305
3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93
0-1.31.465-2.38 1.235-3.22-.1 [...]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]