mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2025-07-12 05:23:15 -07:00
redesign menus
This commit is contained in:
@ -11,6 +11,7 @@ function buildRadioButton(
|
||||
result.style.display = "flex";
|
||||
result.style.alignItems = "center";
|
||||
result.style.height = "2rem";
|
||||
result.style.margin = ".5rem";
|
||||
|
||||
let inputAttsA = `id=${inputID} type="radio" name=${inputName} value=${inputValue}`;
|
||||
let inputAttsB = `onclick="buildResults()" style="margin:0 1rem 0 0"`;
|
||||
|
Reference in New Issue
Block a user