aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-12 00:26:28 -0300
committerLibravatar Choom 2022-12-12 00:26:28 -0300
commitdee4796015e4df0900615bedcd78b03a92b140c2 (patch)
tree8f14f0762fc0b86911a40feeeef7c5b1e9d8e6a2 /static/css/txt/bbs.css
parentd3de374c241a1948dfe02329ab2f794905d325d1 (diff)
downloadweabot-dee4796015e4df0900615bedcd78b03a92b140c2.tar.gz
weabot-dee4796015e4df0900615bedcd78b03a92b140c2.tar.xz
weabot-dee4796015e4df0900615bedcd78b03a92b140c2.zip
Dickgirl como tema predeterminado
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 546e8d2..f930419 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -156,6 +156,8 @@ label {
line-height: 1;
max-height: 18em;
overflow-y: auto;
+ overflow-x: hidden;
+ white-space: nowrap;
}
#threadlist a {
-webkit-flex: 1 1 auto;
@@ -163,6 +165,8 @@ label {
flex: 1 1 auto;
padding: 3px;
text-decoration: none;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.mainpage .postform,
.formpad {
@@ -349,9 +353,9 @@ form .msg {
font-size: 10px;
line-height: 12px;
}
- #threadlist {
- overflow-x: auto;
- white-space: nowrap;
+ #threadlist a {
+ font-size: 10px;
+ padding: 6px 3px;
}
#size,
.postform br,