Skip to content

Commit 1ae9bf6

Browse files
committed
Various styling tweaks
1 parent 61fbd70 commit 1ae9bf6

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

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

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
}
3434
}
3535

36+
#nav_subtitle {
37+
&:before {
38+
content: " - ";
39+
display: inline;
40+
}
41+
}
42+
3643
div.pages a,
3744
div.pages span.disabled, .letternav li a,
3845
.letternav li a:hover,
@@ -150,14 +157,29 @@ div.pages span.disabled, .letternav li a,
150157

151158
tr:last-child {
152159
display: flex;
160+
background: none;
161+
flex-wrap: wrap;
162+
163+
> td {
164+
display: inline;
165+
width: auto;
166+
}
153167

154168
.postdate {
155-
background: none;
169+
background: none !important;
170+
border: none !important;
171+
padding-right: 10px;
156172
}
157173

158174
.postlinks {
159-
background-image: none;
175+
background: none !important;
160176
flex-grow: 1;
177+
text-align: right;
178+
}
179+
180+
.postbuttons {
181+
float: none;
182+
display: inline-flex;
161183
}
162184
}
163185
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.4
1+
0.1.5

greasemonkey/sa-mobile-friendly/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ <h2><a href="#description">Usage and description</a></h2>
1212
<h3>Versions</h3>
1313

1414
<ul>
15+
<li>
16+
0.1.5 - 2025-10-26
17+
<ul>
18+
<li>Various styling tweaks</li>
19+
</ul>
20+
</li>
1521
<li>
1622
0.1.4 - 2025-10-24
1723
<ul>

0 commit comments

Comments
 (0)