diff options
| author | sD <stoned@derpymail.org> | 2020-04-19 18:01:48 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-19 18:01:48 +0200 |
| commit | 4fa277285e5117782ec4f76987cda9f7b7978f77 (patch) | |
| tree | 05d3190d232c79015ac785777b942086ebf53c7a /webAO/styles/chatbox | |
| parent | efedc1bb6b4a2d8061149b4db5649a732fdac21c (diff) | |
use min-width instead of width
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/drae.css | 2 | ||||
| -rw-r--r-- | webAO/styles/chatbox/drv3.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css index 02ebd7c..e5aa2aa 100644 --- a/webAO/styles/chatbox/drae.css +++ b/webAO/styles/chatbox/drae.css @@ -11,7 +11,7 @@ display: block; padding: 0 0.45em; height: 24%; - width: 50%; + min-width: 50%; text-align: left; letter-spacing: 0.075em; font-weight: bold; diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index b0bf605..3818d82 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -12,7 +12,7 @@ transform: skew(15deg); padding: 0 0.45em; height: 20%; - width: 20%; + min-width: 20%; text-align: left; letter-spacing: 0.075em; background: #0e0a02; |
