Skip to content

Commit

Permalink
Merge pull request #4 from penwern/chore-fastapi-routes-switch
Browse files Browse the repository at this point in the history
Chore fastapi routes switch
  • Loading branch information
Sunday-Crunk authored Aug 28, 2024
2 parents 3272fb2 + aa548a7 commit f505ad2
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 212 deletions.
2 changes: 1 addition & 1 deletion dist/4.4.1/main_4.4.1.js

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions src/css/vanitizer-css.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
}
/**changes folder icon for folders with file content**/
.ajxp_node_collection:has(span.metadata_chunk.metadata_chunk_standard.metadata_chunk_bytesize) .mdi-folder::before {
content: "\F0254" !important;
content: "\F24F" !important;
}
/**hide additional ingest dropdown**/
.action-branding_custom_12{
display: none !important;
}
/**icon for linked AtoM tag**/
.metadata_chunk.metadata_chunk_other.metadata_chunk_usermeta-atom-linked-description::before {
Expand Down Expand Up @@ -648,6 +652,7 @@ line {
margin-top: 1em !important;
margin-bottom: 1em !important;
overflow-y: scroll;
max-height: 69vh;
}
/* Styling for each configuration item */
.saved-config-item {
Expand Down Expand Up @@ -719,7 +724,7 @@ line {
background: var(--customerColourPrimary);
width: 102%;
border: none;
height: 10%;
height: 3em !important;
transition: all 0.3s ease;
}
.config-save-button:hover{
Expand Down
Loading

0 comments on commit f505ad2

Please sign in to comment.