forked from matrix/element-web
fix room header height
This commit is contained in:
parent
8dd90980d8
commit
fa4bd09f0c
|
@ -109,7 +109,7 @@ limitations under the License.
|
||||||
.mx_RoomHeader_name {
|
.mx_RoomHeader_name {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 28px;
|
height: 30px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: #454545;
|
color: #454545;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue