UI: Dashboard tweaks (#5974)

- Don't show divider below heatmap when it's hidden via media-query
- Make divider between user menu adhere to container width
- Remove excessiv margins on heatmap
This commit is contained in:
silverwind 2019-02-06 08:09:13 +01:00 committed by zeripath
parent f286a5abb4
commit 0c721fe016
3 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -598,10 +598,9 @@ footer {
margin-bottom: 2px !important;
}
#user-heatmap{
#user-heatmap {
width: 107%; // Fixes newest contributions not showing
text-align: center;
margin: 40px 0 30px;
svg:not(:root) {
overflow: inherit;