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; } }