expo: fixed audio player width for 1280 w screen

This commit is contained in:
2020-02-12 17:10:23 +01:00
parent 54c815ded4
commit 7e4794aec1
4 changed files with 7 additions and 5 deletions
@@ -1154,7 +1154,8 @@ main[role="main"]{
body.domain-expo-encyclopediedelaparole-org &{
position: absolute;
box-sizing: content-box;
width:550px; height:100px;
// optimized for 1280px width screen
width:550px; min-width:550px; max-width:550px; height:100px;
left: 50vw; top:50vh;
transform: translate(-50%, -50%);
background-color: rgba(255,255,255, 0.8);