diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-31 17:15:01 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-31 17:15:01 +0000 |
| commit | 41a99ba87e2e5789c2a33d7dc5f7d3d0c9871b8e (patch) | |
| tree | 3439b7d5bd681fe1ff2410903b82462d2bdcb79e /static/css/chat_wrapper.css | |
| parent | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (diff) | |
Refactor: extract remaining inline styles
Diffstat (limited to 'static/css/chat_wrapper.css')
| -rw-r--r-- | static/css/chat_wrapper.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/chat_wrapper.css b/static/css/chat_wrapper.css index 6d9a832..c7989ca 100644 --- a/static/css/chat_wrapper.css +++ b/static/css/chat_wrapper.css @@ -17,3 +17,13 @@ left: 50% !important; margin-left: -250px !important; } + +#vipinfo { + position: absolute; + z-index: 100000; + right: 50px; + bottom: 125px; + background: #fff; + padding: 10px; + opacity: 0.75; +} |
