PluginProbe
ElasticPress / 4.4.0
ElasticPress v4.4.0
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / assets / css / instant-results / results.css

results.css in ElasticPress 4.4.0, at assets/css/instant-results/results.css

31 lines 494 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ep-search-results {
2 display: grid;
3 grid-gap: 2em;
4 grid-template-columns: 100%;
5 grid-template-rows: max-content;
6 padding: 0 0 1em 0;
7 width: 100%;
8
9 @media ( min-width: 768px ) {
10 height: 100%;
11 overflow-y: auto;
12 padding: 0 1em 1em 1em;
13 }
14 }
15
16 .ep-search-results__header {
17 align-items: center;
18 display: flex;
19 gap: 1em;
20 justify-content: space-between;
21 }
22
23 .ep-search-results__title {
24 font-size: 1.25em;
25 margin: 0 !important;
26
27 @media ( min-width: 768px ) {
28 font-size: 1.5em;
29 }
30 }
31