mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-15 08:46:16 +01:00
material: add media queries to hide creation date from card actions
Hide the creation date from card actions on specific sizes when there's not enough space for all parts. Fixes #3851 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
f1f1efb5de
commit
246cc9ac93
@ -174,3 +174,12 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 310px),
|
||||||
|
screen and (min-width: 601px) and (max-width: 660px),
|
||||||
|
screen and (min-width: 993px) and (max-width: 1050px),
|
||||||
|
screen and (min-width: 1201px) and (max-width: 1250px) {
|
||||||
|
.card .card-action .reading-time .card-created-at {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user