Skip to content

Commit

Permalink
Put dashboard rules closer together
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 17, 2018
1 parent 1fae7b6 commit 7bf4b6a
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions source/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ a .commit-ref:hover span {
text-decoration: inherit;
}

/* Remove useless tip in the organization news feed */
#dashboard .alert.git_hub {
display: none !important;
}

/* Style for edit README button */
#readme.blob #refined-github-readme-buttons {
display: none;
Expand Down Expand Up @@ -204,10 +199,6 @@ followed someone
display: none !important;
}

.news .body > .border-gray-light {
border: none !important; /* Remove border between dashboard news items */
}

/* Decrease font-size on commit details so our custom patch and diff links fit */
.commit .sha-block {
margin-left: 7px !important;
Expand Down Expand Up @@ -878,7 +869,7 @@ body > .footer li a {
/* Hide duplicate repo name */
.dashboard .flex-items-baseline .f3,
.dashboard .flex-items-baseline .f4,
.dashboard .flex-items-baseline .text-bold.text-gray-dark{
.dashboard .flex-items-baseline .text-bold.text-gray-dark {
display: none;
}
/* Restore names and space them out if they are grouped */
Expand All @@ -892,7 +883,7 @@ body > .footer li a {
margin-top: 20px !important;
}
/* Hide star button */
.dashboard .flex-items-baseline [value="Star"] {
.dashboard .flex-items-baseline [value='Star'] {
display: none;
}

Expand All @@ -905,11 +896,19 @@ body > .footer li a {
margin: 0 !important;
color: var(--github-gray-text) !important;
}
/* Remove border between dashboard news items */
.dashboard .body > .border-gray-light {
border: none !important;
}

/* Make activities narrower */
.dashboard .d-flex.border-bottom.border-gray-light {
padding: 8px 0 !important;
}
/* Remove useless tip in the organization news feed */
#dashboard .alert.git_hub {
display: none !important;
}

/* For 'extend-diff-expander' feature */
.js-expandable-line:hover .diff-expander,
Expand Down

0 comments on commit 7bf4b6a

Please sign in to comment.