Merge pull request #4754 from matrix-org/travis/room-list/per-list-algo

Support per-list options and algorithms on the new room list
This commit is contained in:
Travis Ralston 2020-06-12 08:40:23 -06:00 committed by GitHub
commit 9eb965878a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 448 additions and 254 deletions

View file

@ -314,6 +314,14 @@ limitations under the License.
font-size: $font-15px;
line-height: $font-20px;
font-weight: 600;
margin-bottom: 12px;
margin-bottom: 4px;
}
.mx_RadioButton, .mx_Checkbox {
margin-top: 8px;
}
.mx_Checkbox {
margin-left: -8px; // to counteract the indent from the component
}
}