Skip to content

Commit 9bf3633

Browse files
committed
(fix) message file icon position
1 parent 370165f commit 9bf3633

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/ChatWindow/Room/Room.vue

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,30 +1296,30 @@ export default {
12961296
background: var(--chat-bg-color-input);
12971297
border: var(--chat-border-style-input);
12981298
border-radius: 20px;
1299-
}
13001299
1301-
.vac-file-container-edit {
1302-
width: calc(100% - 150px);
1303-
}
1300+
&.vac-file-container-edit {
1301+
width: calc(100% - 150px);
1302+
}
13041303
1305-
.vac-file-message {
1306-
max-width: calc(100% - 75px);
1307-
white-space: nowrap;
1308-
overflow: hidden;
1309-
text-overflow: ellipsis;
1310-
}
1304+
.vac-icon-file {
1305+
display: flex;
1306+
margin: 0 8px 0 15px;
1307+
}
13111308
1312-
.vac-icon-file {
1313-
display: flex;
1314-
margin: 0 8px 0 15px;
1315-
}
1309+
.vac-file-message {
1310+
max-width: calc(100% - 75px);
1311+
white-space: nowrap;
1312+
overflow: hidden;
1313+
text-overflow: ellipsis;
1314+
}
13161315
1317-
.vac-icon-remove {
1318-
margin: 0 8px;
1316+
.vac-icon-remove {
1317+
margin: 0 8px;
13191318
1320-
svg {
1321-
height: 18px;
1322-
width: 18px;
1319+
svg {
1320+
height: 18px;
1321+
width: 18px;
1322+
}
13231323
}
13241324
}
13251325

0 commit comments

Comments
 (0)