fix: adding indexes to tables
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user