2023-03-01 07:55:36 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
*/
|
2023-03-01 09:22:14 +00:00
|
|
|
.float-search-modal {
|
|
|
|
|
height: 800px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fs-content .workspace-split.mod-vertical {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fs-content {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fs-block {
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
}
|
2023-03-01 12:38:29 +00:00
|
|
|
|
2023-03-15 09:23:56 +00:00
|
|
|
.fs-block .workspace-leaf-resize-handle {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-01 12:38:29 +00:00
|
|
|
.modal-container.float-search-modal-container.mod-dim {
|
|
|
|
|
z-index: 30;
|
|
|
|
|
}
|