aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-18 03:44:46 -0300
committerLibravatar Choom 2022-12-18 03:49:28 -0300
commit6226e8f3be4beb3e912b7163ab57367b9f64b1ea (patch)
tree54e470d122e0e26a2435a8aedbc267e491875137 /static/css/txt/bbs.css
parentd56dff8b21a0add21ff4bab845c541b86bbb990f (diff)
downloadweabot-6226e8f3be4beb3e912b7163ab57367b9f64b1ea.tar.gz
weabot-6226e8f3be4beb3e912b7163ab57367b9f64b1ea.tar.xz
weabot-6226e8f3be4beb3e912b7163ab57367b9f64b1ea.zip
Cambios a css bbs
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css15
1 files changed, 13 insertions, 2 deletions
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;
}