aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
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,