This commit is contained in:
Flummi
2022-01-05 20:21:50 +01:00
parent d558977176
commit 90a86133db
12 changed files with 63 additions and 44 deletions

View File

@ -1376,7 +1376,7 @@ table.table thead tr {
table.table th, table.table td {
padding: 7px 15px;
}
table.table tbody tr:nth-of-type(even) {
table.table tbody tr:nth-of-type(odd) {
background-color: var(--badge-tag);
}

View File

@ -217,7 +217,7 @@ const flash = ({ type, msg }) => {
a.setAttribute('flow', 'down');
const img = document.createElement('img');
img.src = `/t/${f.avatar}.png`;
img.src = `/t/${f.avatar}.webp`;
img.style.height = "32px";
img.style.width = "32px";