diff --git a/src/components/PlayWay.vue b/src/components/PlayWay.vue index a114f343..c9fe03d0 100644 --- a/src/components/PlayWay.vue +++ b/src/components/PlayWay.vue @@ -276,12 +276,12 @@ export default { position: absolute; right: 0; bottom: 0; - width: 25%; /* Roughly 6/24 of width */ - height: 50%; /* Covers bottom 3 rows (50% of 6 rows) */ + width: 20%; + height: 33%; display: flex; - background: #fff; - border-left: 1px solid #eee; - border-top: 1px solid #eee; + background: rgba(255,255,255,0.92); + border-left: 1px solid #ddd; + border-top: 1px solid #ddd; z-index: 10; .ask-group {