diff options
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 17 | ||||
-rw-r--r-- | public/less/_user.less | 4 |
2 files changed, 21 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 6777d3452b..b0f95bbde3 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -588,3 +588,20 @@ footer { border-bottom-width: 0 !important; margin-bottom: 2px !important; } + +#user-heatmap{ + width: 107%; // Fixes newest contributions not showing + text-align: center; + margin: 40px 0 30px; + + svg:not(:root) { + overflow: inherit; + padding: 0 !important; + } + + @media only screen and (max-width: 1200px) { + & { + display: none; + } + } +} diff --git a/public/less/_user.less b/public/less/_user.less index 3b29436bf7..e95bb7b305 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -58,6 +58,10 @@ .ui.repository.list { margin-top: 25px; } + + #loading-heatmap{ + margin-bottom: 1em; + } } &.followers { |