mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4305] Fix document list component styling (#4509)
This commit is contained in:
committed by
Eugenio Romano
parent
18bf2c58c2
commit
f00ee43b60
@@ -466,17 +466,13 @@
|
||||
/* mobile phone */
|
||||
@media all and (max-width: 768px) {
|
||||
.adf-desktop-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.adf-sticky-header {
|
||||
width: 100%;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-device-width: 768px) {
|
||||
.adf-desktop-only {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -496,6 +492,8 @@
|
||||
|
||||
.adf-sticky-header {
|
||||
border-top: 0;
|
||||
max-width: calc(100% - 0.2em);
|
||||
|
||||
.adf-datatable-header {
|
||||
position: absolute;
|
||||
background-color: mat-color($background, card);
|
||||
@@ -503,7 +501,7 @@
|
||||
z-index: 10;
|
||||
border-top: $data-table-dividers;
|
||||
border-bottom: $data-table-dividers;
|
||||
width: calc(100% - 16em);
|
||||
width: calc(100% - 17.4em);
|
||||
}
|
||||
|
||||
.adf-datatable-body {
|
||||
|
Reference in New Issue
Block a user