diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index 0fd76dd..7a9b31b 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -200,8 +200,8 @@ width: 43px; height: auto; position: absolute; - right: 2px; - bottom: 100px; + right: 6px; + bottom: 140px; padding: 10px 0px; } .launchButtonNotice{ @@ -211,14 +211,17 @@ text-align: left; } .launchButtonText{ - width: 33px; - font-size: 18px; + width: 40px; + font-size: 8px; line-height: 21px; white-space: normal; word-wrap: break-word; - word-break:break-all; max-height: 145px; } + .launchButtonText .flyAvatar{ + margin-right: 0px; + float: none; + } .launchButtonNotice:after{ right: 4%; }