diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-01 19:49:01 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-01 19:49:01 +0000 |
| commit | c83b61db8056bc53d1a1def36915137904c97447 (patch) | |
| tree | fc0cbe4804b3f2380ebbd2306ee1832d0be685ed /static/css/ChatBubble-simple.css | |
| parent | d5ecfaf90385e846ce7168b1b18535315b7fcdc4 (diff) | |
Refactor: clean more static inline stylesrefactor
Diffstat (limited to 'static/css/ChatBubble-simple.css')
| -rwxr-xr-x | static/css/ChatBubble-simple.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/ChatBubble-simple.css b/static/css/ChatBubble-simple.css index 0e3c319..67f29d1 100755 --- a/static/css/ChatBubble-simple.css +++ b/static/css/ChatBubble-simple.css @@ -14,6 +14,11 @@ position:fixed; top:20; left:20; } + +.help-body { + width: 475px; + font-family: Arial, Helvetica, sans-serif; +} div.CBmsg { display: table; margin-bottom: 0.5em; @@ -149,4 +154,4 @@ div.CBiconL > img { width:12px; /* bottom corner width */ margin-left:-12px; background-position:bottom left; -}
\ No newline at end of file +} |
