mirror of https://github.com/vector-im/riot-web
roomsettings layout tweaks
parent
3b8e5073b5
commit
3e8c6a42d3
|
@ -16,8 +16,8 @@ limitations under the License.
|
||||||
|
|
||||||
/* add 20px to the height of the header when editing */
|
/* add 20px to the height of the header when editing */
|
||||||
.mx_RoomHeader_editing {
|
.mx_RoomHeader_editing {
|
||||||
-webit-flex: 0 0 103px ! important;
|
-webit-flex: 0 0 93px ! important;
|
||||||
flex: 0 0 103px ! important;
|
flex: 0 0 93px ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_wrapper {
|
.mx_RoomHeader_wrapper {
|
||||||
|
|
|
@ -59,8 +59,22 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.mx_RoomSettings .mx_RoomSettings_toggles label {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_RoomSettings .mx_RoomSettings_toggles input[type="checkbox"] {
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomSettings .mx_RoomSettings_tags input[type="checkbox"] {
|
.mx_RoomSettings .mx_RoomSettings_tags input[type="checkbox"] {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_RoomSettings .mx_RoomSettings_tags {
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSettings .mx_RoomSettings_roomColor {
|
.mx_RoomSettings .mx_RoomSettings_roomColor {
|
||||||
|
|
Loading…
Reference in New Issue