expo: fixed audio player width for 1280 w screen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user