Indicates extensions that add tools in the list

This commit is contained in:
Cohee
2024-10-06 21:58:59 +03:00
parent a4256ccf57
commit f7ec2e47d6
2 changed files with 19 additions and 1 deletions

View File

@@ -164,3 +164,12 @@
gap: 5px;
align-items: center;
}
.asset-name .tag {
gap: 5px;
align-items: baseline;
font-size: calc(var(--mainFontSize)* 0.8);
cursor: pointer;
opacity: 0.9;
margin-left: 2px;
}