Skip to content

Commit 36c9078

Browse files
authored
Merge pull request #4302 from nextcloud/fix/app-content-details-globaly
fix: remove app-content-details from global styling
2 parents e6d5070 + 12707c4 commit 36c9078

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

src/css/contacts.scss

+15-13
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,22 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
1919
// various
2020
@import 'animations';
2121

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;
2728

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+
}
3234
}
33-
}
3435

35-
.app-content-list {
36-
// Cancel scrolling
37-
overflow: visible;
36+
.app-content-list {
37+
// Cancel scrolling
38+
overflow: visible;
39+
}
3840
}

0 commit comments

Comments
 (0)