From fa4ca908d543ee0413326f16c5ef7861e35e270b Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 04:31:14 +0300 Subject: [PATCH] hopefully make this look better on smaller screens --- templates/custom/header.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 7815e3d..f506b46 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -156,6 +156,7 @@ .page-content, .card.layout-card { width: var(--cards-length); + overflow-x: auto; } .navigation-buttons { @@ -215,9 +216,9 @@ margin: 8px; } - @media screen and (max-width: 768px) { + @media screen and (max-width: 850px) { .page-content, .card.layout-card { - width: 80%; + width: 90vw; } } \ No newline at end of file