From c3bcaa45591dced71b282488fbecfa61d894c0db Mon Sep 17 00:00:00 2001 From: Automeris naranja Date: Tue, 7 Nov 2023 16:59:40 -0300 Subject: [PATCH] style: Add styling for custom status page --- shell/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/shell/style.css b/shell/style.css index 4efeb9bc4..07feade87 100644 --- a/shell/style.css +++ b/shell/style.css @@ -13,3 +13,23 @@ */ opacity: 0.5; } + +/* FIXME: This is a mimic of AdwStatusPage, which would show an unwanted scrollbar in this case +* see: https://gitlab.gnome.org/GNOME/libadwaita/-/issues/697 +*/ + +clamp.status-page { + margin: 36px 12px; +} + +clamp.status-page .icon:not(:last-child) { + margin-bottom: 36px; +} + +clamp.status-page .title:not(:last-child) { + margin-bottom: 12px; +} + +clamp.status-page .pill { + margin-top: 36px; +}