Remove one border-bottom on the photo page
This commit is contained in:
parent
cf6b144712
commit
476f694bca
1 changed files with 9 additions and 3 deletions
|
|
@ -1,9 +1,15 @@
|
|||
#main_stream .stream_element, #main_stream .photo {
|
||||
padding: 10px;
|
||||
#main_stream .stream_element,
|
||||
#main_stream > div > .photo {
|
||||
border-bottom: 1px solid $border-grey;
|
||||
padding: 10px;
|
||||
|
||||
& > .media {
|
||||
margin: 0;
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
#main_stream .stream_element {
|
||||
& > .media {
|
||||
& > .img > .avatar.small {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue