Skip to content

Commit 7ef18e6

Browse files
committed
Changed display location: float-right, instead of on top
1 parent da9e66e commit 7ef18e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/useful-forks.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const additional_css_literal = `
1616
}
1717
tr:hover {background-color: #e2e2e2 !important;}
1818
tr:nth-child(even) {background-color: #f5f5f5;}
19-
#${UF_ID_WRAPPER} {padding-bottom: 50px;}
2019
#${UF_ID_MSG} {color: red}
2120
`;
2221

@@ -240,7 +239,7 @@ function request_fork_page(page_number, user, repo) {
240239

241240
function prepare_display() {
242241
$('#network').prepend(
243-
$('<div>', {id: UF_ID_WRAPPER}).append(
242+
$('<div>', {id: UF_ID_WRAPPER}, {class: "float-right"}).append(
244243
$('<h4>', {id: UF_ID_TITLE, html: UF_MSG_HEADER}),
245244
$('<div>', {id: UF_ID_MSG, html: UF_MSG_SCANNING}),
246245
$('<div>', {id: UF_ID_DATA}).append(

0 commit comments

Comments
 (0)