Merge pull request #3190 from vector-im/luke/mels-toggle-scss
Float the toggle in the top right of MELSpull/3350/head
						commit
						640c486bde
					
				|  | @ -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; | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Luke Barnard
						Luke Barnard