[Posts] Increase the sidebar font size on mobile. (#913)

This commit is contained in:
Cinder 2025-02-11 22:42:10 -08:00 committed by GitHub
parent 2c66906a8a
commit 3cb527d0b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,8 @@
margin-bottom: 0.25rem;
border-bottom-left-radius: 0.25rem;
padding: 0.5rem;
font-size: 100%;
}
.content {

View File

@ -96,6 +96,9 @@ body.c-posts.a-index, body.c-favorites.a-index {
background-color: themed("color-foreground");
box-shadow: inset 0px 0.25rem 0.25rem -0.25rem themed("color-background");
// By popular demand
font-size: 150%;
// Mode selection
#mode-box-mode, #mode-box #set-id {
width: 100%;