Hide edit and view links in more menu on overview page unless on mobile
This commit is contained in:
parent
0dd6f32209
commit
ae74f34cb9
|
@ -260,10 +260,16 @@
|
|||
.desktop {
|
||||
display: contents;
|
||||
}
|
||||
.mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.desktop {
|
||||
display: none;
|
||||
}
|
||||
.mobile {
|
||||
display: contents;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue