Merge pull request #3190 from vector-im/luke/mels-toggle-scss

Float the toggle in the top right of MELS
This commit is contained in:
Luke Barnard 2017-03-02 15:19:57 +00:00 committed by GitHub
commit 640c486bde

View File

@ -14,6 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MemberEventListSummary {
position: relative;
}
.mx_TextualEvent.mx_MemberEventListSummary_summary {
font-size: 14px;
}
@ -31,6 +35,15 @@ limitations under the License.
}
.mx_MemberEventListSummary_toggle {
color:$accent-color;
cursor:pointer;
color: $accent-color;
cursor: pointer;
float: right;
margin-right: 10px;
margin-top: 8px;
}
.mx_MemberEventListSummary_line {
border-bottom: 1px solid $primary-hairline-color;
margin-left: 63px;
line-height: 30px;
}