From 4fa277285e5117782ec4f76987cda9f7b7978f77 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 19 Apr 2020 18:01:48 +0200 Subject: use min-width instead of width --- webAO/styles/chatbox/drae.css | 2 +- 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; -- cgit