diff options
author | Choom | 2023-01-09 20:17:04 -0300 |
---|---|---|
committer | Choom | 2023-01-09 20:45:54 -0300 |
commit | 7dbd8f3dc62ea8227f3fe3b5729a1812f1abbb0c (patch) | |
tree | 35c7a8039ab907d3dc682331a39f2ae770b95b34 /static/css/txt | |
parent | 8e2c4d946bbf58bd5ae50d44b6c5c6b308228379 (diff) | |
download | weabot-7dbd8f3dc62ea8227f3fe3b5729a1812f1abbb0c.tar.gz weabot-7dbd8f3dc62ea8227f3fe3b5729a1812f1abbb0c.tar.xz weabot-7dbd8f3dc62ea8227f3fe3b5729a1812f1abbb0c.zip |
Achicar AA en móvil
Diffstat (limited to 'static/css/txt')
-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; |