TsEf3J3G>9s7m<$P
z-eb5=Jn@!`kiaB;)>dW3UV+J!TbLXn`melj$3-O2p6ThrrME-CW)KY7L8CW#WAPiP
zY1C%?H#DSbUc_a7;y_tTKwN*m@4XMkgWEIAO!8a5gU1KHK|VT?Btr_mI<_1PEi=sk
zy@*7-B~a8j_B~{%W!)t@+YW>yFClRz!Tqx7z;b9kxTP>;8LQ9r5xMzk3m45v%P9!S
z&PbaboIOi+cO!v$@iDmN?bO$kK=i1i(lsV^M@ZzBxhI?*pZbheL^VqZbQDzyNPYoyJbW0T)4^8
zyg$>mdRQ1p4u>HxwYgz~Ie_=Z6E32wGWMORoi-fzNHEQg5?}0kwWrUCzDj4jV0>netL#$ufSWc
zLi`ABUCpb3q%GMFd7*=O_B;l??HBmgRTM(GYJYwp3?XrXgGIjI9_+-S*O0q?8CS+7
Lh!Cf}2vqzZ#k{_Y
From ffcf2fa59687b2f09a21276dce8f9501b4a8746c Mon Sep 17 00:00:00 2001
From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com>
Date: Tue, 28 May 2024 17:12:14 +0800
Subject: [PATCH 3/5] Modify some css for contributors.hbs
---
src/partials/contributors.hbs | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
diff --git a/src/partials/contributors.hbs b/src/partials/contributors.hbs
index af2d837..8abd7a2 100644
--- a/src/partials/contributors.hbs
+++ b/src/partials/contributors.hbs
@@ -11,6 +11,9 @@
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.last-edit, .contributors {
+ font-family: Inter, sans-serif;
+ font-size: .83333rem;
+ color: #6b7280;
display: flex;
align-items: center;
}
@@ -24,6 +27,7 @@
}
.contributors {
margin-left: 10px;
+ border-radius: 0.5rem;
}
.contributors-dialog {
display: none;
@@ -33,6 +37,7 @@
transform: translate(-50%, -50%);
background: white;
border: 1px solid #ccc;
+ border-radius: 0.5rem;
padding: 20px;
z-index: 1000;
max-height: 80vh;
@@ -46,6 +51,16 @@
overflow-y: auto;
padding-right: 10px;
}
+ .contributor-item {
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ margin-bottom: 10px;
+ }
+ .contributor-item img {
+ margin-right: 10px;
+ vertical-align: middle;
+ }
.dialog-overlay {
display: none;
position: fixed;
@@ -59,6 +74,9 @@
.dialog-overlay.active {
display: block;
}
+ .contributors-button {
+ border-radius: 0.5rem;
+ }
@@ -67,7 +85,7 @@
Last edit
-
+
@@ -76,7 +94,7 @@
Contributors
-
+