Fossil SCM
Increase the pinned-post pin size a tick so that it is unambiguously distinguishable from an LHS pin emoji in the thread title.
Commit
6c9900dad57a1f0407e10ec3c0745b1f6352f66826d8de1ac99d5ae41310de2a
Parent
dcd43c1d7773f16…
1 file changed
+1
+1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1116,10 +1116,11 @@ | ||
| 1116 | 1116 | flex-direction: column; |
| 1117 | 1117 | } |
| 1118 | 1118 | |
| 1119 | 1119 | body.forum div.forumPosts table tr.pinned > td:nth-child(2):before { |
| 1120 | 1120 | content: "📌 "; |
| 1121 | + font-size: 120%; | |
| 1121 | 1122 | } |
| 1122 | 1123 | |
| 1123 | 1124 | body.cpage-setup_forum > .content table { |
| 1124 | 1125 | margin-bottom: 1em; |
| 1125 | 1126 | } |
| 1126 | 1127 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1116,10 +1116,11 @@ | |
| 1116 | flex-direction: column; |
| 1117 | } |
| 1118 | |
| 1119 | body.forum div.forumPosts table tr.pinned > td:nth-child(2):before { |
| 1120 | content: "📌 "; |
| 1121 | } |
| 1122 | |
| 1123 | body.cpage-setup_forum > .content table { |
| 1124 | margin-bottom: 1em; |
| 1125 | } |
| 1126 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1116,10 +1116,11 @@ | |
| 1116 | flex-direction: column; |
| 1117 | } |
| 1118 | |
| 1119 | body.forum div.forumPosts table tr.pinned > td:nth-child(2):before { |
| 1120 | content: "📌 "; |
| 1121 | font-size: 120%; |
| 1122 | } |
| 1123 | |
| 1124 | body.cpage-setup_forum > .content table { |
| 1125 | margin-bottom: 1em; |
| 1126 | } |
| 1127 |