mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 15:01:13 +02:00
Fix right panel sizing
This commit is contained in:
parent
c5a72ee6ad
commit
dd53c25706
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_AudioPlayer_container {
|
.mx_AudioPlayer_container {
|
||||||
padding: 16px 12px 11px 12px;
|
padding: 16px 12px 11px 12px;
|
||||||
width: 267px;
|
max-width: 267px; // use max to make the control fit in the files/pinned panels
|
||||||
|
|
||||||
.mx_AudioPlayer_primaryContainer {
|
.mx_AudioPlayer_primaryContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user