mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(search) Styling tweaks. Make the filter button near the top right corener a bit bigger so it's easier to press on mobile
This commit is contained in:
parent
2d076cbd67
commit
9c06f446fb
@ -211,6 +211,7 @@ header {
|
|||||||
margin-bottom: 1ch;
|
margin-bottom: 1ch;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
a {
|
a {
|
||||||
@ -241,8 +242,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#theme {
|
#theme {
|
||||||
margin-left: auto;
|
padding: .5ch;
|
||||||
margin-right: .5ch;
|
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
[data-has-js='true'] & {
|
[data-has-js='true'] & {
|
||||||
@ -545,6 +545,8 @@ footer {
|
|||||||
font-family: var(--font-family-heading);
|
font-family: var(--font-family-heading);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
#suggestions-anchor {
|
#suggestions-anchor {
|
||||||
@ -753,6 +755,8 @@ footer {
|
|||||||
#mcfeast {
|
#mcfeast {
|
||||||
display: inline;
|
display: inline;
|
||||||
float: right;
|
float: right;
|
||||||
|
width: 2rem;
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-close {
|
#menu-close {
|
||||||
|
Loading…
Reference in New Issue
Block a user