fix UI
This commit is contained in:
@@ -44,7 +44,6 @@ onMounted(receive)
|
||||
|
||||
.hitokoto .sentence {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
@@ -54,7 +53,6 @@ onMounted(receive)
|
||||
|
||||
.hitokoto .from {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
text-align: right;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user