Add button to get to MyGroups

This commit is contained in:
Luke Barnard 2017-09-27 17:46:53 +01:00
parent 1740319b7a
commit 9c86a655ca
3 changed files with 139 additions and 0 deletions

View file

@ -14,6 +14,16 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MyGroups {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.mx_MyGroups .mx_RoomHeader_simpleHeader {
margin-left: 0px;
}
.mx_MyGroups_joinCreateBox {
display: table;
margin-bottom: 30px;