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.

70 lines
1.1 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. .file-card {
  2. flex: 0 1 49%;
  3. }
  4. .p-overlaypanel {
  5. // width: 450px;
  6. min-width: 450px;
  7. }
  8. .p-toolbar-group-right {
  9. button {
  10. margin-left: 10px;
  11. }
  12. }
  13. .p-sidebar-content {
  14. overflow: visible !important;
  15. .p-toolbar {
  16. margin-top: 32px;
  17. }
  18. }
  19. .p-card-header {
  20. .p-toolbar {
  21. border: unset;
  22. border-radius: unset;
  23. border-bottom: 1px solid #dee2e6;
  24. padding: .5rem;
  25. }
  26. }
  27. button.add-searchers {
  28. height: 100%;
  29. }
  30. .p-button.sidebar-toggle-button {
  31. position: absolute;
  32. left: calc(-16px - 1.357rem);
  33. top: 50px;
  34. border-radius: 3px 0 0 3px;
  35. }
  36. .p-col.sidebar-title {
  37. display: flex;
  38. align-content: flex-start;
  39. justify-content: flex-start;
  40. }
  41. label.switch-label {
  42. padding-right: 10px;
  43. }
  44. .md-viewer {
  45. text-align: start !important;
  46. h1, h2, h3, h4, h5 {
  47. font-size: initial;
  48. }
  49. }
  50. @media only screen and (max-width: 1680px) {
  51. .p-card-header .p-toolbar {
  52. flex-flow: column;
  53. align-items: start;
  54. }
  55. }
  56. .p-tooltip {
  57. z-index: 2004 !important;
  58. }