From b057b4830a02e9542b0c6b6e8823dcc6874e9a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Wed, 25 Oct 2023 19:38:26 +0000 Subject: [PATCH] Update custom/tweaks.css --- custom/tweaks.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom/tweaks.css b/custom/tweaks.css index 19689e8..83321da 100644 --- a/custom/tweaks.css +++ b/custom/tweaks.css @@ -23,4 +23,11 @@ /* Improve look of the profile page */ div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four.wide.column { width: 20% !important; +} + +/* Align the top of the repo view */ +@media only screen and (min-width: 850px) { + .page-content.repository:not(.issues.repository.milestones) .header-wrapper > .ui.container:first-child { + padding-left: 67px; + } } \ No newline at end of file