diff --git a/css/theme-gruvbox.css b/css/theme-gruvbox.css index 7c034d2..f9105f1 100644 --- a/css/theme-gruvbox.css +++ b/css/theme-gruvbox.css @@ -851,6 +851,12 @@ div.ui.container { margin-right: 10px !important; max-width: calc(100% - 20px) !important; } +.users div.ui.container, .repositories div.ui.container { + margin-left: 0px !important; + margin-right: 0px !important; + width: 100% !important; + max-width: 100% !important; +} div.repo-title-wrap { background-color: var(--bg); padding: 10px; @@ -1559,3 +1565,16 @@ div.ui.twelve.wide.column { background-color: var(--yellowhl) !important; color: var(--white) !important; } +/* Users page */ +.ui.user.list { + margin: 0px !important; +} +.ui.user.list .item { + padding: 10px !important; + background-color: var(--bghl); + color: var(--white); +} +.ui.container { + margin-left: 0px !important; + margin-right: 0px !important; +}