frontend: use pointer for names in card
This commit is contained in:
parent
d4b466b04f
commit
be197f2b69
@ -28,6 +28,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: fit-content;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.commento-flagged::after {
|
||||
|
@ -39,6 +39,7 @@
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
left: 48px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user