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:
parent
f286a5abb4
commit
0c721fe016
3 changed files with 4 additions and 5 deletions
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue