+
@@ -136,6 +136,7 @@ function findLink (target) {
.icon {
float: left;
width: 42px;
+ cursor: pointer;
img {
width: 32px;
diff --git a/src/renderer/components/TimelineSpace/Contents/Cards/Toot.vue b/src/renderer/components/TimelineSpace/Contents/Cards/Toot.vue
index af72b3aae5..ce1cbf9106 100644
--- a/src/renderer/components/TimelineSpace/Contents/Cards/Toot.vue
+++ b/src/renderer/components/TimelineSpace/Contents/Cards/Toot.vue
@@ -196,7 +196,7 @@ function findLink (target) {
--theme-primary-color: #303133;
--theme-border-color: #ebeef5;
- padding: 4px 0 0 16px;
+ padding: 8px 0 0 16px;
.icon {
float: left;
@@ -219,6 +219,10 @@ function findLink (target) {
color: var(--theme-primary-color);
font-size: 14px;
cursor: pointer;
+ white-space: nowrap;
+ max-width: 100%;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.timestamp {