diff options
author | Choom | 2022-12-14 18:05:09 -0300 |
---|---|---|
committer | Choom | 2022-12-14 20:08:22 -0300 |
commit | dcd6e1d63a46ff957ce6eb519915b4a9e8fe625b (patch) | |
tree | e47028d518c6885641a828c2f2a6d463d0505728 /static | |
parent | 5ef5827e02f20fb59e92ac8e88fba85103442b1f (diff) | |
download | weabot-dcd6e1d63a46ff957ce6eb519915b4a9e8fe625b.tar.gz weabot-dcd6e1d63a46ff957ce6eb519915b4a9e8fe625b.tar.xz weabot-dcd6e1d63a46ff957ce6eb519915b4a9e8fe625b.zip |
Mejor pantalla de borrado
Fix imágenes en BBS
Diffstat (limited to 'static')
-rw-r--r-- | static/css/txt/bbs.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index e8857d9..55d74d1 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -177,9 +177,11 @@ label { .end { margin-top: 0.5em; } -.reply, #rules { +.reply, +#rules { clear: both; line-height: 18px; + overflow: hidden; } .num { color: inherit !important; @@ -213,7 +215,9 @@ a.thumb { margin: 1em 20px; text-decoration: none; } -.hidden .msg, .hidden .thumb, .hidden .quoted { +.hidden .msg, +.hidden .thumb, +.hidden .quoted { display: none; } a.yt { |