Merge pull request #3144 from matrix-org/bwindels/edit-history

Edit history dialog
This commit is contained in:
Bruno Windels 2019-06-26 14:38:53 +00:00 committed by GitHub
commit 15d286ed93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 342 additions and 112 deletions

View file

@ -35,13 +35,6 @@ limitations under the License.
flex: 1;
}
.mx_RoomDirectory .gm-scroll-view {
// little hack because gemini doesn't seem to detect
// the scrollbar width well in this instance
// when using css scrollbars
scrollbar-width: thin;
}
.mx_RoomDirectory_createRoom {
background-color: $button-bg-color;
border-radius: 4px;