Skip to content

Commit 7bf4b6a

Browse files
committed
Put dashboard rules closer together
1 parent 1fae7b6 commit 7bf4b6a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

source/content.css

+10-11
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ a .commit-ref:hover span {
147147
text-decoration: inherit;
148148
}
149149

150-
/* Remove useless tip in the organization news feed */
151-
#dashboard .alert.git_hub {
152-
display: none !important;
153-
}
154-
155150
/* Style for edit README button */
156151
#readme.blob #refined-github-readme-buttons {
157152
display: none;
@@ -204,10 +199,6 @@ followed someone
204199
display: none !important;
205200
}
206201

207-
.news .body > .border-gray-light {
208-
border: none !important; /* Remove border between dashboard news items */
209-
}
210-
211202
/* Decrease font-size on commit details so our custom patch and diff links fit */
212203
.commit .sha-block {
213204
margin-left: 7px !important;
@@ -878,7 +869,7 @@ body > .footer li a {
878869
/* Hide duplicate repo name */
879870
.dashboard .flex-items-baseline .f3,
880871
.dashboard .flex-items-baseline .f4,
881-
.dashboard .flex-items-baseline .text-bold.text-gray-dark{
872+
.dashboard .flex-items-baseline .text-bold.text-gray-dark {
882873
display: none;
883874
}
884875
/* Restore names and space them out if they are grouped */
@@ -892,7 +883,7 @@ body > .footer li a {
892883
margin-top: 20px !important;
893884
}
894885
/* Hide star button */
895-
.dashboard .flex-items-baseline [value="Star"] {
886+
.dashboard .flex-items-baseline [value='Star'] {
896887
display: none;
897888
}
898889

@@ -905,11 +896,19 @@ body > .footer li a {
905896
margin: 0 !important;
906897
color: var(--github-gray-text) !important;
907898
}
899+
/* Remove border between dashboard news items */
900+
.dashboard .body > .border-gray-light {
901+
border: none !important;
902+
}
908903

909904
/* Make activities narrower */
910905
.dashboard .d-flex.border-bottom.border-gray-light {
911906
padding: 8px 0 !important;
912907
}
908+
/* Remove useless tip in the organization news feed */
909+
#dashboard .alert.git_hub {
910+
display: none !important;
911+
}
913912

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

0 commit comments

Comments
 (0)