Skip to content

Commit

Permalink
Adjust margin and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
bppdanto-t committed Nov 28, 2024
1 parent 6aded39 commit 2ddaa2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ public interface ZeroCodeReportConstants {
String EXTENT_ADDITIONAL_JS = "document.querySelector('.vheader').insertAdjacentHTML('afterbegin'," +
"'<div id=\"theme-selector\"class=\"nav-right\"onClick=$(\"body\").toggleClass(\"dark\")>" +
"<span class=\"badge badge-primary\"><i class=\"fa fa-desktop\"></i></span></div>')";
String EXTENT_ADDITIONAL_CSS = "#theme-selector{margin-right:15px}";
String EXTENT_ADDITIONAL_CSS = "#theme-selector{padding-right:12px;padding-left:12px;margin-right:10px}";
}

0 comments on commit 2ddaa2d

Please sign in to comment.