diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-03-07 20:18:24 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-03-07 20:18:24 +0100 |
| commit | c100a34322759edd59c8561ae9b6f1b528bbba1b (patch) | |
| tree | 4377ff7974c8784d65e6980f91a0dfd5e216af6c /webAO/styles/chatbox | |
| parent | c8f8f9cf98027d69432fdb14f3c41e3cdd6d9d4f (diff) | |
fix border scale
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index 45d3233..3856cb5 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -55,8 +55,8 @@ background-color: rgba(0, 0, 0, 0.5); border-image-source: url("yttd.png"); border-image-slice: 20; - border-image-width: 0.6em; - border-width: 0.6em; + border-image-width: 20px; + border-width: 20px; padding: 0 2%; z-index: 1; } @@ -70,13 +70,13 @@ display: block; position: absolute; bottom: 0; - width: 100%; + width: 99.9%; margin: auto; height: 70%; border-image-source: url("yttd.png"); border-image-slice: 20; - border-image-width: 0.6em; - border-width: 0.6em; + border-image-width: 20px; + border-width: 20px; background-color: rgba(0, 0, 0, 0.5); overflow-wrap: break-word; text-align: left; |
