1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

Fix waveform on a message bubble (#8852)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara
2022-06-15 15:37:08 +00:00
committed by GitHub
parent aac97e01e3
commit 78ba5e35a3

View File

@@ -61,7 +61,6 @@ limitations under the License.
height: 30px; // same height as mx_Waveform, needed for automatic vertical centering
.mx_Waveform {
position: absolute;
left: 0;
top: 0;
}