mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
use small tag for scope list
This commit is contained in:
parent
9843ed131c
commit
3f9d631c22
@ -32,7 +32,7 @@ pub fn new_for_profile_identity_gemini_id(
|
|||||||
tooltip.push_str("\n\n<b>Scope</b>\n");
|
tooltip.push_str("\n\n<b>Scope</b>\n");
|
||||||
|
|
||||||
for path in scope {
|
for path in scope {
|
||||||
tooltip.push_str(&format!("\n{}", path));
|
tooltip.push_str(&format!("\n<small>{}</small>", path));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user