use small tag for scope list

This commit is contained in:
yggverse 2024-12-07 08:54:39 +02:00
parent 9843ed131c
commit 3f9d631c22

View File

@ -32,7 +32,7 @@ pub fn new_for_profile_identity_gemini_id(
tooltip.push_str("\n\n<b>Scope</b>\n");
for path in scope {
tooltip.push_str(&format!("\n{}", path));
tooltip.push_str(&format!("\n<small>{}</small>", path));
}
}