mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] static content generalization
This commit is contained in:
parent
12425618ca
commit
410dbc573b
89 changed files with 1 additions and 494 deletions
6
searx/static/less/bootstrap/mixins/resize.less
Normal file
6
searx/static/less/bootstrap/mixins/resize.less
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Resize anything
|
||||
|
||||
.resizable(@direction) {
|
||||
resize: @direction; // Options: horizontal, vertical, both
|
||||
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue