mirror of https://github.com/vector-im/riot-web
fine tune header bar
parent
20f1c075fc
commit
06dfbbf821
|
@ -25,6 +25,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomHeader_leftRow {
|
.mx_RoomHeader_leftRow {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
margin-left: 12px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@ -32,6 +33,7 @@ limitations under the License.
|
||||||
.mx_RoomHeader_rightRow {
|
.mx_RoomHeader_rightRow {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
margin-right: -26px;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue