aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-27 20:20:28 -0300
committerLibravatar junk 2021-03-27 20:53:56 -0300
commit9b039e42df4eefb7971a2cfa19bce260ab4ef08f (patch)
tree5ad65f7f0dabaa439745daeae5a7dd374c8a1b03 /static/css/txt
parent0e86988ba9099072dcd2af5142f8f4e988908e9b (diff)
downloadweabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.tar.gz
weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.tar.xz
weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.zip
Arreglando diseño para móviles
Diffstat (limited to 'static/css/txt')
-rw-r--r--static/css/txt/bbs.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 628eac7..aff6748 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -353,6 +353,10 @@ form .msg {
#content.grid .row div {
display: inline;
}
+.minisjis {
+ font-size: 10px;
+ line-height: 12px;
+}
@media (max-width: 600px) {
br {
line-height: 0.5em;
@@ -373,11 +377,13 @@ form .msg {
h5 {
font-size: 18px;
}
- h4,
h2 span,
#rules {
font-size: 12px;
}
+ h4 {
+ font-size: 10px;
+ }
#threadlist {
overflow-x: auto;
white-space: nowrap;
@@ -389,11 +395,6 @@ form .msg {
div.reply, .deleted {
margin-bottom: 0.5em;
}
- .num {
- margin: -10px;
- padding: 10px;
- position: relative;
- }
.del {
visibility: visible;
}
@@ -404,13 +405,18 @@ form .msg {
.formpad {
padding-left: 0;
}
+ .postform input {
+ margin-bottom: 2px;
+ }
.postform > span {
display: table;
width: 100%;
}
+ .postform input[type="submit"] {
+ padding: 0.5em;
+ }
.postform span > * {
display: table-cell;
- margin-bottom: 2px;
white-space: nowrap;
}
.postform input,