forked from e621ng/e621ng
[Posts] Increase the sidebar font size on mobile. (#913)
This commit is contained in:
parent
2c66906a8a
commit
3cb527d0b1
@ -50,6 +50,8 @@
|
|||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.25rem;
|
||||||
border-bottom-left-radius: 0.25rem;
|
border-bottom-left-radius: 0.25rem;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|
||||||
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@ -96,6 +96,9 @@ body.c-posts.a-index, body.c-favorites.a-index {
|
|||||||
background-color: themed("color-foreground");
|
background-color: themed("color-foreground");
|
||||||
box-shadow: inset 0px 0.25rem 0.25rem -0.25rem themed("color-background");
|
box-shadow: inset 0px 0.25rem 0.25rem -0.25rem themed("color-background");
|
||||||
|
|
||||||
|
// By popular demand
|
||||||
|
font-size: 150%;
|
||||||
|
|
||||||
// Mode selection
|
// Mode selection
|
||||||
#mode-box-mode, #mode-box #set-id {
|
#mode-box-mode, #mode-box #set-id {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user