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
10 changed files with 342 additions and 112 deletions
-7
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;