Repo for the search and displace core module including the interface to select files and search and displace operations to run on them. https://searchanddisplace.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
133 B

  1. .file-card {
  2. flex: 0 1 74%;
  3. }
  4. .filters-card {
  5. flex: 0 1 24%
  6. }
  7. .p-overlaypanel {
  8. // width: 450px;
  9. min-width: 300px;
  10. }