mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Fix right panel sizing
This commit is contained in:
parent
c5a72ee6ad
commit
dd53c25706
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
.mx_AudioPlayer_container {
|
||||
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 {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue