Hide edit and view links in more menu on overview page unless on mobile
This commit is contained in:
parent
a89bdb5e57
commit
00916a9b45
|
@ -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