From b231ea1616a01e69f223111cd35538fd6eb6deb6 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Fri, 3 May 2024 18:44:38 +0100 Subject: [PATCH] More fixes --- theme-github-dark.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index c1eda81..9ad4f58 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -188,7 +188,7 @@ a.muted.text:hover, padding-top: 4px; } -.repo-topics { +#repo-topics { margin-bottom: 10px; } @@ -345,8 +345,6 @@ a.ui.label:hover { color: var(--color-blue) !important; } .ui.container .ui.container { - margin: 0 !important; - width: 100% !important; max-width: unset !important; padding: 0 4px !important; } @@ -1047,7 +1045,7 @@ background: var(--color-hover); } @media (max-width:438px) { - .commit-list .sha { - display: none; + .commit-list .ui.sha.label { + display: none !important; } }