mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21: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;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
nav {
|
||||
a {
|
||||
@ -241,8 +242,7 @@ header {
|
||||
}
|
||||
|
||||
#theme {
|
||||
margin-left: auto;
|
||||
margin-right: .5ch;
|
||||
padding: .5ch;
|
||||
display: none;
|
||||
|
||||
[data-has-js='true'] & {
|
||||
@ -545,6 +545,8 @@ footer {
|
||||
font-family: var(--font-family-heading);
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#suggestions-anchor {
|
||||
@ -753,6 +755,8 @@ footer {
|
||||
#mcfeast {
|
||||
display: inline;
|
||||
float: right;
|
||||
width: 2rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#menu-close {
|
||||
|
Loading…
Reference in New Issue
Block a user