mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
fine tune header bar
This commit is contained in:
parent
20f1c075fc
commit
06dfbbf821
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomHeader_leftRow {
|
||||
display: table-row;
|
||||
margin-left: 12px;
|
||||
height: 50px;
|
||||
float: left;
|
||||
}
|
||||
|
@ -32,6 +33,7 @@ limitations under the License.
|
|||
.mx_RoomHeader_rightRow {
|
||||
display: table-row;
|
||||
height: 50px;
|
||||
margin-right: -26px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue