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