mirror of https://github.com/vector-im/riot-web
fix up header layout some more
parent
6e3e0a1447
commit
9c215efcbf
|
@ -102,8 +102,8 @@ limitations under the License.
|
|||
height: 28px;
|
||||
color: #454545;
|
||||
font-weight: 800;
|
||||
font-size: 20px;
|
||||
padding-left: 16px;
|
||||
font-size: 24px;
|
||||
padding-left: 8px;
|
||||
padding-right: 16px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
@ -129,7 +129,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomHeader_nameEditing {
|
||||
padding-left: 16px;
|
||||
padding-left: 8px;
|
||||
padding-right: 16px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
|
@ -153,7 +153,7 @@ limitations under the License.
|
|||
max-height: 38px;
|
||||
color: #454545;
|
||||
font-weight: 300;
|
||||
padding-left: 16px;
|
||||
padding-left: 8px;
|
||||
padding-right: 16px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Reference in New Issue