aboutsummaryrefslogtreecommitdiff
path: root/static/css/mobile.css
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/mobile.css
parent0e86988ba9099072dcd2af5142f8f4e988908e9b (diff)
downloadweabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.tar.gz
weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.tar.xz
weabot-9b039e42df4eefb7971a2cfa19bce260ab4ef08f.zip
Arreglando diseño para móviles
Diffstat (limited to 'static/css/mobile.css')
-rw-r--r--static/css/mobile.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/css/mobile.css b/static/css/mobile.css
index 726abbf..58997d7 100644
--- a/static/css/mobile.css
+++ b/static/css/mobile.css
@@ -7,7 +7,7 @@ input,
textarea {
color: #000;
margin: 0 auto;
- max-width: 700px;
+ max-width: 800px;
padding: 0;
}
body,
@@ -15,6 +15,11 @@ textarea {
font-family: arial, sans-serif;
font-size: 16px;
}
+body[data-brd="zonavip"], body[data-brd="zonavip"] textarea,
+body[data-brd="world"], body[data-brd="world"] textarea,
+body[data-brd="2d"], body[data-brd="2d"] textarea {
+ font-family: Mona,'MS PGothic',IPAMonaPGothic,sans-serif;
+}
.txt {
background: #efefef;
}
@@ -319,6 +324,10 @@ m .img hr {
font-size: inherit;
padding: 2px 4px;
}
+.minisjis {
+ font-size: 10px;
+ line-height: 12px;
+}
.thm {
color: grey !important;
font-size: 12px;