trim base css of most redundant classes

This commit is contained in:
Harvey Tindall
2023-12-24 18:55:58 +00:00
parent d56d45a404
commit 2be7baea4a
14 changed files with 58 additions and 174 deletions

View File

@@ -86,7 +86,7 @@ class profile implements Profile {
<td><span class="button @low profile-referrals"></span></td>
`;
innerHTML += `
<td class="profile-from ellipsis"></td>
<td class="profile-from truncate"></td>
<td class="profile-libraries"></td>
<td><span class="button ~critical @low">${window.lang.strings("delete")}</span></td>
`;