From 32dfe40e189f414806b5cd3b6117e52d5253d2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Thu, 23 Dec 2021 10:25:39 +0300 Subject: [PATCH] Make `EntryItem` more responsive (#552) --- .../components/EntryListItem/EntryListItem.module.sass | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ui/src/components/EntryListItem/EntryListItem.module.sass b/ui/src/components/EntryListItem/EntryListItem.module.sass index 7e396d136..f9622229f 100644 --- a/ui/src/components/EntryListItem/EntryListItem.module.sass +++ b/ui/src/components/EntryListItem/EntryListItem.module.sass @@ -92,3 +92,13 @@ .ip margin-left: 5px + +@media (max-width: 1760px) + .timestamp + display: none + .separatorRight + border-right: 0px + +@media (max-width: 1340px) + .separatorRight + display: none