logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

resize.less (196B)


  1. // Resize anything
  2. .resizable(@direction) {
  3. resize: @direction; // Options: horizontal, vertical, both
  4. overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
  5. }