Hide search results modified by and modified at cols on smaller screens

Refs #228
This commit is contained in:
Will Abson
2016-06-28 09:25:21 +01:00
parent 141e45f211
commit b4766d7be4
2 changed files with 11 additions and 6 deletions

View File

@@ -36,6 +36,11 @@ declare let __moduleName: string;
:host tbody tr {
cursor: pointer;
}
@media screen and (max-width: 600px) {
:host .col-modified-at, :host .col-modified-by {
display: none;
}
}
`],
directives: [ ALFRESCO_SEARCH_DIRECTIVES, VIEWERCOMPONENT ]
})