Merge branch '28823_chatbot_vuzo_link' into 'master'
28823_chatbot_vuzo_link See merge request !87
Showing
1 changed file
with
21 additions
and
2 deletions
| ... | @@ -27,9 +27,9 @@ code { | ... | @@ -27,9 +27,9 @@ code { |
| 27 | 27 | ||
| 28 | .vuzo_container { | 28 | .vuzo_container { |
| 29 | text-align: center; | 29 | text-align: center; |
| 30 | padding: 2px; | 30 | padding: 8px; |
| 31 | display: inline-flex; | 31 | display: inline-flex; |
| 32 | margin: 0 auto; | 32 | margin: 10px auto; |
| 33 | bottom: 0; | 33 | bottom: 0; |
| 34 | position: absolute; | 34 | position: absolute; |
| 35 | } | 35 | } |
| ... | @@ -41,4 +41,23 @@ code { | ... | @@ -41,4 +41,23 @@ code { |
| 41 | .export-button-mobile { | 41 | .export-button-mobile { |
| 42 | display: flex !important; | 42 | display: flex !important; |
| 43 | } | 43 | } |
| 44 | } | ||
| 45 | |||
| 46 | @media screen and (max-height: 1024px) { | ||
| 47 | .vuzo_container { | ||
| 48 | margin: 130px auto !important; | ||
| 49 | position: inherit !important; | ||
| 50 | } | ||
| 51 | } | ||
| 52 | @media screen and (max-height: 900px) { | ||
| 53 | .vuzo_container { | ||
| 54 | margin: 130px auto !important; | ||
| 55 | position: inherit !important; | ||
| 56 | } | ||
| 57 | } | ||
| 58 | @media screen and (max-height: 720px) { | ||
| 59 | .vuzo_container { | ||
| 60 | margin: 10px auto !important; | ||
| 61 | position: inherit !important; | ||
| 62 | } | ||
| 44 | } | 63 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment