Skip to content

Commit 439aee1

Browse files
committed
Thread listing mobile friendly styling
1 parent 055ad88 commit 439aee1

3 files changed

Lines changed: 33 additions & 7 deletions

File tree

_includes/greasemonkey/sa-mobile-friendly/sa-mobile-friendly.css

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
/* <meta name="viewport" content="width=device-width , initial-scale=1.0"> */
2-
31
*,
42
*:before,
53
*:after {
6-
-moz-box-sizing: border-box;
7-
-webkit-box-sizing: border-box;
8-
box-sizing: border-box;
4+
-moz-box-sizing: border-box;
5+
-webkit-box-sizing: border-box;
6+
box-sizing: border-box;
97
}
108

119
#container {
@@ -51,6 +49,28 @@ div.pages span.disabled, .letternav li a,
5149
float: none;
5250
}
5351

52+
/* --------------------------------
53+
FORUM
54+
-------------------------------- */
55+
56+
.forumdisplay {
57+
#mp_bar {
58+
display: none;
59+
}
60+
61+
.threadlist {
62+
.icon,
63+
.author,
64+
.replies,
65+
.rate,
66+
.rating,
67+
.views,
68+
.lastpost {
69+
display: none;
70+
}
71+
}
72+
}
73+
5474
/* --------------------------------
5575
THREAD
5676
-------------------------------- */
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.1.1

greasemonkey/sa-mobile-friendly/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ <h2><a href="#description">Usage and description</a></h2>
1212
<h3>Versions</h3>
1313

1414
<ul>
15+
<li>
16+
0.1.1 - 2025-10-23
17+
<ul>
18+
<li>Thread listing page</li>
19+
</ul>
20+
</li>
1521
<li>
1622
0.1 - 2025-10-23
1723
<ul>
18-
<li>First release</li>
24+
<li>First release, general styles and thread page</li>
1925
</ul>
2026
</li>
2127
</ul>

0 commit comments

Comments
 (0)