File tree 1 file changed +15
-13
lines changed
1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,22 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
19
19
// various
20
20
@import ' animations' ;
21
21
22
- .app-content-details {
23
- padding : calc (var (--default-grid-baseline ) * 2 );
24
- padding-top : 0 ;
25
- height : 100% ;
26
- overflow : auto ;
22
+ .app-contacts {
23
+ .app-content-details {
24
+ padding : calc (var (--default-grid-baseline ) * 2 );
25
+ padding-top : 0 ;
26
+ height : 100% ;
27
+ overflow : auto ;
27
28
28
- // Compensate top padding reserved for the back button on mobile
29
- @media (max-width : 1024px ) {
30
- height : calc (100% - 44px );
31
- padding : 0 20px ;
29
+ // Compensate top padding reserved for the back button on mobile
30
+ @media (max-width : 1024px ) {
31
+ height : calc (100% - 44px );
32
+ padding : 0 20px ;
33
+ }
32
34
}
33
- }
34
35
35
- .app-content-list {
36
- // Cancel scrolling
37
- overflow : visible ;
36
+ .app-content-list {
37
+ // Cancel scrolling
38
+ overflow : visible ;
39
+ }
38
40
}
You can’t perform that action at this time.
0 commit comments