From 6226e8f3be4beb3e912b7163ab57367b9f64b1ea Mon Sep 17 00:00:00 2001 From: Choom Date: Sun, 18 Dec 2022 03:44:46 -0300 Subject: Cambios a css bbs --- static/css/txt/bbs.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'static/css/txt/bbs.css') diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index 55d74d1..9d2fffa 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -42,8 +42,10 @@ h3 span { font-weight: normal; } h4 { - clear: both; + font-size: 14px; + line-height: 1em; font-weight: normal; + clear: both; margin: 0; } h5 { @@ -329,6 +331,14 @@ form .msg { line-height: 1em; font-size: 12px; } + + +@media (min-width: 1600px) { + #threadlist { + max-height: 15em; + } +} + @media (max-width: 600px) { body.threadpage { margin: 5px; @@ -364,7 +374,8 @@ form .msg { font-size: 12px; line-height: 14px; } - h4, .quoted { + h4, + .quoted { font-size: 10px; line-height: 12px; } -- cgit v1.2.1-18-gbd029