diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/txt/bbs.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index 03de99f..cc90ff0 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -325,9 +325,11 @@ form .msg { #threads a:hover { text-decoration: underline; } -.minisjis { +.sjis-mob { font-size: 10px; line-height: 12px; + overflow-x: auto; + white-space: nowrap; } .end { margin-top: 0.5em; |