mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
Move searchbox position up to 25% to top of screen (#187)
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<div>
|
||||
<Dialog
|
||||
v-model:visible="visible"
|
||||
pt:root:class="invisible-dialog-root"
|
||||
pt:root="invisible-dialog-root"
|
||||
pt:mask="node-search-box-dialog-mask"
|
||||
modal
|
||||
:dismissable-mask="dismissable"
|
||||
@hide="clearFilters"
|
||||
@@ -169,5 +170,9 @@ onUnmounted(() => {
|
||||
max-width: 48rem;
|
||||
border: 0 !important;
|
||||
background-color: transparent !important;
|
||||
margin-top: 25vh;
|
||||
}
|
||||
.node-search-box-dialog-mask {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user