File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed
app/assets/stylesheets/common/base Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 11
11
border-top : 1px solid var (--primary-low );
12
12
}
13
13
14
- .search-menu.glimmer-search-menu {
14
+ :root {
15
15
--search-result-element-padding : 0.5em 1rem ;
16
+ }
16
17
17
- .search-input-wrapper {
18
- @include viewport .until (sm) {
19
- position : fixed ;
20
- left : 1rem ;
21
- right : 0.35rem ; // to compensate for cancel button padding
22
- top : 0 ;
23
- padding-block : 0.5em ;
24
- background-color : var (--secondary );
25
- z-index : z (" base" );
26
- }
18
+ .search-menu.glimmer-search-menu .search-input-wrapper {
19
+ @include viewport .until (sm) {
20
+ position : fixed ;
21
+ left : 1rem ;
22
+ right : 0.35rem ; // to compensate for cancel button padding
23
+ top : 0 ;
24
+ padding-block : 0.5em ;
25
+ background-color : var (--secondary );
26
+ z-index : z (" base" );
27
27
}
28
28
}
29
29
40
40
41
41
.search-menu-panel & {
42
42
@include viewport .from (sm) {
43
- padding : 0.75em 1rem 0.5 em ;
43
+ padding : 0.75em 1rem 0.25 em ;
44
44
}
45
45
}
46
46
}
415
415
}
416
416
417
417
.search-random-quick-tip {
418
- padding : 0 1 rem max (0.75rem , 0.75em );
418
+ padding : max (0.75rem , 0.75em ) 1 rem ;
419
419
font-size : var (--font-down-2 );
420
420
color : var (--primary-medium );
421
421
422
+ .search-menu-panel & {
423
+ padding : 0.5rem 1rem max (0.75rem , 0.75em );
424
+ }
425
+
422
426
.tip-label {
423
427
background-color : rgba (var (--tertiary-rgb ), 0.1 );
424
428
margin-right : 0.25em ;
You can’t perform that action at this time.
0 commit comments