From d5197fe1966699bb2322422757390f90f16e7b56 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 23 Aug 2022 13:22:31 +0200 Subject: [PATCH] Updated mobile styles for Audit log refs. https://github.com/TryGhost/Toolbox/issues/356 --- ghost/admin/app/styles/layouts/settings.css | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ghost/admin/app/styles/layouts/settings.css b/ghost/admin/app/styles/layouts/settings.css index 5b1f7bb0fa..b1648cdc22 100644 --- a/ghost/admin/app/styles/layouts/settings.css +++ b/ghost/admin/app/styles/layouts/settings.css @@ -516,6 +516,18 @@ grid-gap: 80px; } +@media (max-width: 1200px) { + .gh-general-settings { + display: flex; + flex-direction: column; + gap: 0; + } + + .gh-general-settings .gh-copyright-info { + max-width: 620px !important; + } +} + .gh-general-settings .gh-expandable-header .gh-expandable-description { max-width: 620px; } @@ -2898,6 +2910,18 @@ p.theme-validation-details { .gh-audit-log-name { margin-bottom: 0 !important; + min-width: 160px; +} + +@media (max-width: 620px) { + .gh-audit-log-table .user-list-item-figure { + display: none; + } + + .gh-audit-log-name { + font-size: 1.4rem !important; + min-width: 130px; + } } .gh-activity-log-actions ul {