cleanup: RoomDirectory doesn't use gemini anymore

This commit is contained in:
Bruno Windels 2019-06-26 11:58:03 +02:00
parent fe3be39fe7
commit ddae4de7bd

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;