Skip to content

Commit 95f9bcb

Browse files
committed
πŸ’„ Smaller font size for the social media posts
Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
1 parent 459008b commit 95f9bcb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ For questions and support requests, please use
3636
* Add more checks for common errors during the build process
3737
* Fixed dozens of coding issues
3838
* Changed default Mastodon instance from `mastodon.social` to `ijug.social`
39+
* UI: Smaller font size for the social media posts
3940

4041
### Breaking Changes
4142

β€Žfrontend/themes/apus/views/social-view.cssβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#social-view {
20-
font-size: var(--lumo-font-size-s);
20+
font-size: var(--lumo-font-size-xs);
2121
background-color: var(--social-background-color);
2222
position: absolute;
2323
top: 0;

0 commit comments

Comments
Β (0)