summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/style.less
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2024-10-09 11:59:31 +0200
committerBnyro <bnyro@tutanota.com>2024-11-24 12:41:57 +0100
commitf31a3a2053b07b834c5143bd6be4eaf05c1a014d (patch)
tree9f74011af2301a313b6780e711324efd88435b70 /searx/static/themes/simple/src/less/style.less
parent0253c10b522fe2e8206db78e37066771ce90cf92 (diff)
[chore] *: fix typos detected by typos-cli
Diffstat (limited to 'searx/static/themes/simple/src/less/style.less')
-rw-r--r--searx/static/themes/simple/src/less/style.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less
index cbc722894..6f8549f70 100644
--- a/searx/static/themes/simple/src/less/style.less
+++ b/searx/static/themes/simple/src/less/style.less
@@ -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();
}
}