From 506b411cd149bb7d49e154dd2a167d508f1fb210 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 3 Jun 2020 20:43:28 +0200 Subject: persona3: make it suck less --- webAO/styles/chatbox/chatp3.css | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'webAO/styles/chatbox/chatp3.css') diff --git a/webAO/styles/chatbox/chatp3.css b/webAO/styles/chatbox/chatp3.css index efdcbcc..d8ec064 100644 --- a/webAO/styles/chatbox/chatp3.css +++ b/webAO/styles/chatbox/chatp3.css @@ -38,19 +38,21 @@ body { display: block; position: absolute; bottom: 0; - left: 0; + left: 1%; height: 30%; - width: 100%; - border-color: #d9e2f9; + width: 97%; + width: calc(98% - 0.3em); + border-color: #d9e2f9; + border-style: solid; border-width: 0.15em; - border-radius: 50% / 10%; + border-radius: 75% / 25%; background-color: #aaaeb4;} #client_name { display: block; position: absolute; - left: 1%; - top: 6%; + left: 3%; + top: 9%; height: 15%; color: #5c1d1b; z-index: 1; @@ -65,12 +67,12 @@ body { #client_chat { display: block; position: absolute; - bottom: 5%; + bottom: 6%; left: 2%; width: 96%; - height: 70%; - margin: auto; - font-size: 2em; + height: 68%; + margin: 0; + font-size: 1.5em; word-break: keep-all; overflow-wrap: break-word; text-align: left; @@ -79,7 +81,8 @@ body { } #client_inner_chat { - padding: 0; + padding-left: 3%; + padding-right: 8%; margin: 0; line-height: 97%; } -- cgit