Update voice broadcast header to new design (#9415)
This commit is contained in:
@@ -21,5 +21,6 @@ limitations under the License.
|
||||
display: flex;
|
||||
height: 32px;
|
||||
justify-content: center;
|
||||
margin-bottom: $spacing-8;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
@@ -16,20 +16,13 @@ limitations under the License.
|
||||
display: flex;
|
||||
gap: $spacing-8;
|
||||
line-height: 20px;
|
||||
margin-bottom: $spacing-8;
|
||||
margin-bottom: $spacing-16;
|
||||
width: 266px;
|
||||
}
|
||||
|
||||
.mx_VoiceBroadcastHeader_sender {
|
||||
font-size: $font-12px;
|
||||
font-weight: $font-semi-bold;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mx_VoiceBroadcastHeader_room {
|
||||
font-size: $font-12px;
|
||||
font-weight: $font-semi-bold;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user