Select actor address in post component on click

This commit is contained in:
silverpill 2021-12-21 20:23:55 +00:00
parent f7e153883a
commit 4699e89719

View file

@ -512,6 +512,7 @@ export default class PostComponent extends Vue {
min-width: 15%;
overflow: hidden;
text-overflow: ellipsis;
user-select: all;
}
.timestamp {