webp lol
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user