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/chatbox/yttd.css | |
| parent | 56a21a7956cdda8e2bb296928a11be3358ab04e5 (diff) | |
change padding to percent
Diffstat (limited to 'webAO/styles/chatbox/yttd.css')
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
