aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-28 07:51:40 -0300
committerLibravatar junk 2021-03-31 05:27:26 -0300
commitf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (patch)
treef0d72c1a497f73863078f1970e3ba692ffec860d /static/css/txt/bbs.css
parentaa8a6056f4c3cd8c6663d1714782f972bcb87b8f (diff)
downloadweabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.gz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.xz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.zip
Mejor forma de ocultar posts
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index c82c01a..87269eb 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -156,7 +156,7 @@ label {
font-size: 14px;
line-height: 1;
max-height: 16em;
- overflow-y: scroll;
+ overflow-y: auto;
}
#threadlist a {
-webkit-flex: 1 1 auto;
@@ -204,6 +204,9 @@ a.thumb {
margin: 1em 20px;
text-decoration: none;
}
+.hidden .msg, .hidden .thumb, .hidden .quoted {
+ display: none;
+}
a.yt {
margin: 2px 0;
display: inline-block;
@@ -250,7 +253,7 @@ a.yt b {
color: #f00;
font-family: arial, sans-serif;
font-weight: bold;
- margin-bottom: 0.5em;
+ margin: 0.5em 0;
}
#createbox input,
#createbox textarea {
@@ -260,6 +263,9 @@ a.yt b {
text-align: right;
white-space: nowrap;
}
+.postform {
+ margin-top: 0.5em;
+}
form .msg {
margin: 0;
padding: 8px 2px;
@@ -302,6 +308,9 @@ form .msg {
line-height: 12px;
}
@media (max-width: 600px) {
+ body.threadpage {
+ margin: 4px;
+ }
br {
line-height: 0.5em;
}
@@ -360,7 +369,8 @@ form .msg {
.postform input[type="submit"] {
padding: 0.5em;
}
- .postform span > * {
+ .postform span > input,
+ .postform span > span {
display: table-cell;
white-space: nowrap;
}