We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d3031 commit f24f365Copy full SHA for f24f365
src/ChatList.vue
@@ -49,8 +49,8 @@ export default {
49
box-sizing: border-box;
50
height: 100%;
51
overflow: auto;
52
- padding-left: 10px;
53
- padding-right: 10px;
+ padding-left: 8px;
+ padding-right: 8px;
54
padding-top: 8px;
55
}
56
.chat-img-td {
@@ -84,8 +84,9 @@ export default {
84
table {
85
86
width: 100%;
87
+ border-collapse: collapse;
88
89
tr>td {
- padding-top: 5px;
90
+ padding-top: 7px;
91
92
</style>
0 commit comments