mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
#263 improve responsiveness
This commit is contained in:
@@ -93,22 +93,13 @@
|
||||
|
||||
/* mobile phone */
|
||||
@media all and (max-width: 768px) {
|
||||
|
||||
:host th.desktop-only .cell-value {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:host td.desktop-only .cell-value {
|
||||
.desktop-only {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-device-width: 768px){
|
||||
:host th.desktop-only .cell-value {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:host td.desktop-only .cell-value {
|
||||
.desktop-only {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user