fix: adding indexes to tables

This commit is contained in:
2023-12-18 09:44:09 -06:00
parent d5c7e9e4f5
commit 7772be7dc5
10 changed files with 255 additions and 113 deletions

View File

@@ -18,3 +18,15 @@ img.avatar_img {
max-width: 100%;
height: auto;
}
label[for=avatar] {
img {
&:hover {
cursor:pointer;
}
}
}
input[name=avatar] {
&.sr-only {
display: none;
}
}