mirror of https://github.com/vector-im/riot-web
fixup: bring back margin above display name
parent
b475bc9e91
commit
0a2255ce73
|
@ -37,7 +37,7 @@ limitations under the License.
|
||||||
.mx_UserInfo h2 {
|
.mx_UserInfo h2 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 0;
|
margin: 18px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserInfo_container {
|
.mx_UserInfo_container {
|
||||||
|
|
Loading…
Reference in New Issue