mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend: use pointer for names in card
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user