We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69595cc commit 83e24a8Copy full SHA for 83e24a8
src/utils/settings.js
@@ -1,4 +1,5 @@
1
const settings = (() => {
2
+ $('head').append(`<style type="text/css">.mono .modal-body { font-family: monospace; }</style>`);
3
const settingReg = {
4
// key: setting
5
};
@@ -145,6 +146,7 @@ const settings = (() => {
145
146
BootstrapDialog.show({
147
title: `UnderScript Configuration${page !== 'main' ? `: ${displayName}` : ''}`,
148
message: getMessage,
149
+ cssClass: 'mono',
150
data: { page },
151
buttons: buttons(page),
152
onshown: (diag) => {
0 commit comments