File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ div.chbSettings input[type="Number"] {
179
179
text-align : center;
180
180
border : black 1px ;
181
181
float : left;
182
- margin-right : 0.5 em ;
182
+ margin-right : 0.75 em ;
183
183
}
184
184
185
185
div .chbSettings div .colorsplash {
@@ -190,4 +190,10 @@ div.chbSettings div.colorsplash {
190
190
padding-bottom : 0.4em ;
191
191
border : black 1px ;
192
192
border-radius : 0.5em ;
193
- }
193
+ }
194
+
195
+ span .custom-macro-key {
196
+ z-index : 2 ;
197
+ }
198
+
199
+ /* Make H1 and H2 less ridon1kulous */
Original file line number Diff line number Diff line change @@ -79,5 +79,6 @@ export class CustomHotbarSettingsForm extends FormApplication {
79
79
super . activateListeners ( html ) ;
80
80
html . find ( 'button[name="reset"]' ) . click ( this . onReset . bind ( this ) ) ;
81
81
this . reset = false ;
82
+ //add on(input) thingie here
82
83
}
83
84
}
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export class CustomHotbar extends Hotbar {
252
252
/** @override */
253
253
254
254
activateListeners ( html ) {
255
- event . preventDefault ( ) ;
255
+ // event.preventDefault();
256
256
super . activateListeners ( html ) ;
257
257
html . find ( '#custom-bar-toggle' ) . click ( this . _onToggleBar . bind ( this ) ) ;
258
258
// Disable pages for now, will just work with first page.
@@ -314,7 +314,7 @@ export class CustomHotbar extends Hotbar {
314
314
*/
315
315
async _onClickMacro ( event ) {
316
316
console . debug ( "custom macro click detected!" ) ;
317
-
317
+
318
318
event . preventDefault ( ) ;
319
319
const li = event . currentTarget ;
320
320
You can’t perform that action at this time.
0 commit comments