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 */
|
/* mobile phone */
|
||||||
@media all and (max-width: 768px) {
|
@media all and (max-width: 768px) {
|
||||||
|
.desktop-only {
|
||||||
:host th.desktop-only .cell-value {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
:host td.desktop-only .cell-value {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-device-width: 768px){
|
@media (max-device-width: 768px){
|
||||||
:host th.desktop-only .cell-value {
|
.desktop-only {
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
:host td.desktop-only .cell-value {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user