mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-22 20:01:48 +01:00
fix(chat): chat message css
This commit is contained in:
@@ -61,11 +61,11 @@
|
||||
}
|
||||
}
|
||||
&:not(:first-child) {
|
||||
margin-top: 10px;
|
||||
margin-top: 8px;
|
||||
|
||||
}
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.chat-message-header {
|
||||
padding-left: 50px;
|
||||
@@ -126,7 +126,7 @@
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
margin-left: -50px;
|
||||
margin-top: -18px;
|
||||
margin-top: -14px;
|
||||
border-radius: 3px;
|
||||
height: 38px;
|
||||
width: 38px;
|
||||
@@ -177,7 +177,7 @@
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
margin-right: -50px;
|
||||
margin-top: -18px;
|
||||
margin-top: -14px;
|
||||
border-radius: 3px;
|
||||
height: 38px;
|
||||
width: 38px;
|
||||
|
||||
Reference in New Issue
Block a user