mirror of
https://github.com/quorafind/Obsidian-Float-Search.git
synced 2026-07-22 07:30:25 +00:00
27 lines
412 B
CSS
27 lines
412 B
CSS
/*
|
|
|
|
This CSS file will be included with your plugin, and
|
|
available in the app when your plugin is enabled.
|
|
|
|
If your plugin does not need CSS, delete this file.
|
|
|
|
*/
|
|
.float-search-modal {
|
|
height: 800px;
|
|
}
|
|
|
|
.fs-content .workspace-split.mod-vertical {
|
|
height: 100%;
|
|
}
|
|
|
|
.fs-content {
|
|
height: 100%;
|
|
}
|
|
|
|
.fs-block {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.modal-container.float-search-modal-container.mod-dim {
|
|
z-index: 30;
|
|
}
|