Merge pull request #4302 from nextcloud/fix/app-content-details-globaly
fix: remove app-content-details from global styling
This commit is contained in:
Коммит
36c90787e6
|
@ -19,20 +19,22 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
|
|||
// various
|
||||
@import 'animations';
|
||||
|
||||
.app-content-details {
|
||||
padding: calc(var(--default-grid-baseline) * 2);
|
||||
padding-top: 0;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
.app-contacts {
|
||||
.app-content-details {
|
||||
padding: calc(var(--default-grid-baseline) * 2);
|
||||
padding-top: 0;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
// Compensate top padding reserved for the back button on mobile
|
||||
@media (max-width: 1024px) {
|
||||
height: calc(100% - 44px);
|
||||
padding: 0 20px;
|
||||
// Compensate top padding reserved for the back button on mobile
|
||||
@media (max-width: 1024px) {
|
||||
height: calc(100% - 44px);
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.app-content-list {
|
||||
// Cancel scrolling
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
.app-content-list {
|
||||
// Cancel scrolling
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче