diff options
| author | sD <stoned@derpymail.org> | 2020-04-07 23:25:20 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-07 23:25:20 +0200 |
| commit | 3546e8c3adc700a6998103373bdc733ee33ae5e5 (patch) | |
| tree | 30c4e00b47dba9ecc2a05adb33f9f6fc08d36d0d /webAO/styles | |
| parent | 56a21a7956cdda8e2bb296928a11be3358ab04e5 (diff) | |
change padding to percent
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 2 | ||||
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 80373e5..deeafb2 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -83,7 +83,7 @@ font-weight: bold; background: rgba(56, 56, 163, 0.5); box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset; - padding: 0 0.45em; + padding: 0 2%; border-color: rgba(255, 255, 255, 0.5); border-style: ridge groove groove ridge; border-width: 0.2em; diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index 6f3b122..977c9f1 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -54,7 +54,7 @@ font-weight: bold; background-color: rgba(0, 0, 0, 0.5); color: #fef9ad; - padding: 0.5 0.5em; + padding: 0 3%; border-style: double; border-color: #ffa500; position: absolute; |
