diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-26 08:38:37 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-26 08:38:37 +0200 |
| commit | 28497b06e208cd8fd4aa94756c7a5626c18d9878 (patch) | |
| tree | 1b44a0f30c7844ed2069a4b5bb06f2925e2b964e /dist/static | |
| parent | c7b3012c7aba9cdbe90932c9d37057f26b3a1e33 (diff) | |
| download | IRC-28497b06e208cd8fd4aa94756c7a5626c18d9878.tar.gz IRC-28497b06e208cd8fd4aa94756c7a5626c18d9878.tar.zst IRC-28497b06e208cd8fd4aa94756c7a5626c18d9878.zip | |
Added all features
Diffstat (limited to 'dist/static')
| -rw-r--r-- | dist/static/jquery/scrollbar-jquery/scrollbar.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/static/jquery/scrollbar-jquery/scrollbar.css b/dist/static/jquery/scrollbar-jquery/scrollbar.css index 0efd57d..4f94db1 100644 --- a/dist/static/jquery/scrollbar-jquery/scrollbar.css +++ b/dist/static/jquery/scrollbar-jquery/scrollbar.css @@ -1,10 +1,10 @@ #chatlist { - width: 570px; + width: 970px; clear: both; margin: 5px auto; } #chatlist .viewport { - width: 550px; + width: 950px; height: 600px; overflow: hidden; position: relative; @@ -14,6 +14,8 @@ position: absolute; left: 0; top: 0; + overflow-wrap: break-word; + font-size: 25px; } #chatlist .thumb .end, #chatlist .thumb { |
