diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 838a3c4..68f8e92 100644 --- a/static/style.css +++ b/static/style.css @@ -27,6 +27,10 @@ margin: 0px; } +.status-content pre { + overflow-x: auto; +} + .status-content img, .status-image, .status-video { @@ -52,6 +56,8 @@ } .status { + overflow-x: auto; + width: 100%; } .status-dname { |