Add voice broadcast seek 30s forward/backward buttons (#9592)
This commit is contained in:
@@ -36,3 +36,9 @@ limitations under the License.
|
||||
flex: 0 0 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.mx_Icon_24 {
|
||||
height: 24px;
|
||||
flex: 0 0 24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
@@ -111,6 +111,10 @@ limitations under the License.
|
||||
color: $accent;
|
||||
}
|
||||
|
||||
&.mx_AccessibleButton_kind_secondary_content {
|
||||
color: $secondary-content;
|
||||
}
|
||||
|
||||
&.mx_AccessibleButton_kind_danger {
|
||||
color: $button-danger-fg-color;
|
||||
background-color: $alert;
|
||||
|
||||
@@ -22,7 +22,6 @@ limitations under the License.
|
||||
display: flex;
|
||||
height: 32px;
|
||||
justify-content: center;
|
||||
margin-bottom: $spacing-8;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
|
||||
@@ -36,8 +36,11 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_VoiceBroadcastBody_controls {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
gap: $spacing-32;
|
||||
justify-content: center;
|
||||
margin-bottom: $spacing-8;
|
||||
}
|
||||
|
||||
.mx_VoiceBroadcastBody_timerow {
|
||||
|
||||
Reference in New Issue
Block a user