fix the search function/display
This commit is contained in:
@@ -3462,6 +3462,19 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.planet-layout.alpha-text-global-search-only {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.planet-layout.alpha-text-global-search-only > .planet-list-panel,
|
||||
.planet-layout.alpha-text-global-search-only > .planet-detail-panel > .alpha-text-detail-heading,
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-heading-tools,
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-controls--heading,
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-search-controls--detail,
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-search-inline {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1040px) {
|
||||
.alpha-text-heading-tools {
|
||||
grid-template-columns: 1fr;
|
||||
@@ -5377,6 +5390,9 @@
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
grid-template-rows: minmax(220px, 42svh) minmax(0, 1fr);
|
||||
}
|
||||
.planet-layout.alpha-text-global-search-only {
|
||||
grid-template-rows: minmax(0, 1fr);
|
||||
}
|
||||
.planet-layout.layout-sidebar-collapsed,
|
||||
.planet-layout.layout-detail-collapsed,
|
||||
.tarot-layout.layout-sidebar-collapsed,
|
||||
|
||||
Reference in New Issue
Block a user