Merge pull request #5832 from svbergerem/remove-border-conversations
Remove border from conversation stream
This commit is contained in:
commit
5c78ab6838
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#conversations_container {
|
||||
.stream_container { border-left: none; }
|
||||
|
||||
.stream_element {
|
||||
border-bottom: 1px solid $border-grey;
|
||||
&:first-child { border-top: none; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue