mirror of https://github.com/vector-im/riot-web
parent
39eb487f49
commit
faca498523
|
@ -17,7 +17,6 @@ limitations under the License.
|
||||||
.mx_SenderProfile_name {
|
.mx_SenderProfile_name {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_SenderProfile_displayName {
|
.mx_SenderProfile_displayName {
|
||||||
|
@ -29,4 +28,5 @@ limitations under the License.
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: gray;
|
color: gray;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue