mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[chore] *: fix typos detected by typos-cli
This commit is contained in:
parent
0253c10b52
commit
f31a3a2053
40 changed files with 73 additions and 73 deletions
|
|
@ -297,7 +297,7 @@ article[data-vim-selected].category-social {
|
|||
padding-top: 0.6rem;
|
||||
.ltr-padding-right(1rem);
|
||||
width: 7rem;
|
||||
height: unset; // remove heigth value that was needed for lazy loading
|
||||
height: unset; // remove height value that was needed for lazy loading
|
||||
}
|
||||
|
||||
.break {
|
||||
|
|
@ -399,7 +399,7 @@ article[data-vim-selected].category-social {
|
|||
padding-top: 0.6rem;
|
||||
.ltr-padding-right(1rem);
|
||||
width: 20rem;
|
||||
height: unset; // remove heigth value that was needed for lazy loading
|
||||
height: unset; // remove height value that was needed for lazy loading
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -639,12 +639,12 @@ summary.title {
|
|||
padding-top: 1em;
|
||||
}
|
||||
|
||||
.sidebar-collapsable {
|
||||
.sidebar-collapsible {
|
||||
border-top: 1px solid var(--color-sidebar-border);
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#sidebar-end-collapsable {
|
||||
#sidebar-end-collapsible {
|
||||
border-bottom: 1px solid var(--color-sidebar-border);
|
||||
width: 100%;
|
||||
}
|
||||
|
|
@ -1007,10 +1007,10 @@ summary.title {
|
|||
}
|
||||
|
||||
@media screen and (min-width: @phone) and (max-width: @tablet) {
|
||||
// when .center-aligment-yes, see style-center.less
|
||||
// when .center-alignment-yes, see style-center.less
|
||||
// the media query includes "min-width: @phone"
|
||||
// because the phone layout includes the tablet layout unconditionally.
|
||||
.center-aligment-no {
|
||||
.center-alignment-no {
|
||||
.results-tablet();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue