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.

65 lines
1002 B

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. .p-toolbar {
  15. margin-top: 32px;
  16. }
  17. }
  18. .p-card-header {
  19. .p-toolbar {
  20. border: unset;
  21. border-radius: unset;
  22. border-bottom: 1px solid #dee2e6;
  23. padding: .5rem;
  24. }
  25. }
  26. button.add-searchers {
  27. height: 100%;
  28. }
  29. .p-button.sidebar-toggle-button {
  30. position: absolute;
  31. left: calc(-16px - 2.357rem);
  32. top: 50px;
  33. border-radius: 3px 0 0 3px;
  34. }
  35. .p-col.sidebar-title {
  36. display: flex;
  37. align-content: flex-start;
  38. justify-content: flex-start;
  39. }
  40. label.switch-label {
  41. padding-right: 10px;
  42. }
  43. .md-viewer {
  44. text-align: start !important;
  45. h1, h2, h3, h4, h5 {
  46. font-size: initial;
  47. }
  48. }
  49. @media only screen and (max-width: 1680px) {
  50. .p-card-header .p-toolbar {
  51. flex-flow: column;
  52. align-items: start;
  53. }
  54. }