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.0 KiB

.file-card {
flex: 0 1 49%;
}
.p-overlaypanel {
// width: 450px;
min-width: 450px;
}
.p-toolbar-group-right {
button {
margin-left: 10px;
}
}
.p-sidebar-content {
.p-toolbar {
margin-top: 32px;
}
}
.p-card-header {
.p-toolbar {
border: unset;
border-radius: unset;
border-bottom: 1px solid #dee2e6;
padding: .5rem;
}
}
button.add-searchers {
height: 100%;
}
.p-button.sidebar-toggle-button {
position: absolute;
left: calc(-16px - 2.357rem);
top: 50px;
border-radius: 3px 0 0 3px;
}
.p-col.sidebar-title {
display: flex;
align-content: flex-start;
justify-content: flex-start;
}
label.switch-label {
padding-right: 10px;
}
.md-viewer {
text-align: start !important;
h1, h2, h3, h4, h5 {
font-size: initial;
}
}
@media only screen and (max-width: 1680px) {
.p-card-header .p-toolbar {
flex-flow: column;
align-items: start;
}
}
.p-tooltip {
z-index: 2004 !important;
}