frontend: use pointer for names in card

This commit is contained in:
Adhityaa Chandrasekar 2019-02-22 22:24:46 -05:00
parent d4b466b04f
commit be197f2b69
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
overflow: hidden;
text-overflow: ellipsis;
width: fit-content;
cursor: pointer;
}
.commento-flagged::after {

View File

@ -39,6 +39,7 @@
position: absolute;
top: 6px;
left: 48px;
cursor: pointer;
}
}
}