Fix style regression on contacts page from #6697 for notification dropdown and no contacts well
This commit is contained in:
parent
410ddc3cb7
commit
5692190f09
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.page-contacts {
|
||||
.sidebar { padding-bottom: 10px; }
|
||||
|
||||
.header {
|
||||
.stream.contacts .header {
|
||||
border-bottom: 1px solid $border-grey;
|
||||
min-height: 55px;
|
||||
form { margin: 0; }
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.well { margin: 20px 0 10px; }
|
||||
.well { margin: 10px; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue