Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ccdc9fb

Browse files
committed
Fix issue where composer styles were being applied to the timeline
1 parent ed43d92 commit ccdc9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_VoiceRecordComposerTile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ limitations under the License.
4646
mask-image: url('$(res)/img/element-icons/trashcan.svg');
4747
}
4848

49-
.mx_VoiceMessagePrimaryContainer {
49+
.mx_VoiceRecordComposerTile_recording.mx_VoiceMessagePrimaryContainer {
5050
// Note: remaining class properties are in the PlayerContainer CSS.
5151

5252
margin: 6px; // force the composer area to put a gutter around us

0 commit comments

Comments
 (0)