[minor] hide gmail replies
This commit is contained in:
parent
0be79e6fe3
commit
944739d2d4
2 changed files with 7 additions and 0 deletions
|
|
@ -238,6 +238,9 @@ h6.uppercase,
|
|||
.timeline-item .btn-more {
|
||||
margin-left: 65px;
|
||||
}
|
||||
.timeline-item .gmail_extra {
|
||||
display: none;
|
||||
}
|
||||
.timeline-items {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -309,6 +309,10 @@ h6.uppercase, .h6.uppercase {
|
|||
.btn-more {
|
||||
margin-left: 65px;
|
||||
}
|
||||
|
||||
.gmail_extra {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-items {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue