diff options
| author | MrPaulBlack <paul.accounts@protonmail.com> | 2021-10-18 21:57:32 +0200 |
|---|---|---|
| committer | MrPaulBlack <paul.accounts@protonmail.com> | 2021-10-18 21:57:32 +0200 |
| commit | 6204ef665f5418ed7b4b188e04d36f3c685f5fd3 (patch) | |
| tree | 3e0407b44a6bc19349f75f7190be85f8a4cec1ce /searx/static/themes/simple/src/less/definitions.less | |
| parent | 32fb2bdf857aca1e38ac4186af06bac0540fe311 (diff) | |
[simple theme] define device width with less vars in defenition.less
Diffstat (limited to 'searx/static/themes/simple/src/less/definitions.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/definitions.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/static/themes/simple/src/less/definitions.less b/searx/static/themes/simple/src/less/definitions.less index fc1bcd5fa..9caf4f3f5 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -196,6 +196,12 @@ html { @results-margin: 2rem; @search-width: 40rem; +/// Device Size +/// @desktop > @tablet +@tablet: 80em; +@phone: 50em; +@small-phone: 35em; + /// From style.less @stacked-bar-chart: rgb(0, 0, 0); |