File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -579,20 +579,27 @@ export default {
579
579
position: - webkit- sticky; // ios/safari fallback
580
580
position: sticky;
581
581
top: 0 ;
582
- background: var (-- color- main- background);
583
- background: var (-- color- main- background);
584
- background: var (-- color- main- background);
585
- background: var (-- color- main- background);
586
- border- bottom: var (-- border- width- input- focused) solid var (-- color- border);
587
582
margin- bottom: 5px ;
588
- box- shadow: 0 2px 4px rgba (0 , 0 , 0 , 0.05 );
583
+
584
+ & :: before {
585
+ content: ' ' ;
586
+ position: absolute;
587
+ top: 0 ;
588
+ left: 50 % ;
589
+ transform: translateX (- 50 % );
590
+ width: 100vw ;
591
+ height: 100 % ;
592
+ background: var (-- color- main- background);
593
+ border- bottom: var (-- border- width- input- focused) solid var (-- color- border);
594
+ z- index: - 1 ;
595
+ }
589
596
}
590
597
591
598
#mail- thread- header- fields {
592
599
// initial width
593
600
width: 0 ;
594
601
// while scrolling, the back button overlaps with subject on small screen
595
- padding- inline- start: calc (var (-- border- radius- container- large) + var (( -- header- height) ));
602
+ padding- inline- start: calc (var (-- border- radius- container- large) + var ( -- header- height));
596
603
// grow and try to fill 100%
597
604
flex: 1 1 auto;
598
605
h2,
You can’t perform that action at this time.
0 commit comments