aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ayashii.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-23 22:12:03 -0300
committerLibravatar Choom 2022-12-24 03:26:35 -0300
commit29c5d154c31de627ecbb913430e70842525ae6ac (patch)
tree7d5bf35deab784fca38260f2560406db47725564 /static/css/txt/ayashii.css
parent0f66a8eae917c47fb4fa478c1d8ecf1a79d07a05 (diff)
downloadweabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.gz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.xz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.zip
Fix css movil
Diffstat (limited to 'static/css/txt/ayashii.css')
-rw-r--r--static/css/txt/ayashii.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css
index ad3d57f..899df7f 100644
--- a/static/css/txt/ayashii.css
+++ b/static/css/txt/ayashii.css
@@ -98,7 +98,8 @@ h3 {
.reply {
margin-bottom: 0.25em;
}
-.hidden {
+.hidden,
+.deleted {
padding-bottom: 0.25em;
}
.reply:last-child {
@@ -159,15 +160,16 @@ form .msg {
}
@media (max-width: 600px) {
body.mainpage {
- margin-left: 5px;
- margin-right: 5px;
+ margin-left: 4px;
+ margin-right: 4px;
}
#main_nav,
.banner {
padding-left: 0;
}
h2 span {
- font-size: 18px;
+ font-size: initial;
+ line-height: initial;
}
h4:before {
display: none;