nothingislost / obsidian-dynamic-highlights

An experimental Obsidian plugin that highlights all occurrences of the word under the cursor
MIT License
132 stars 7 forks source link

FR: Make save button bigger #64

Open brimwats opened 2 years ago

brimwats commented 2 years ago

Sometimes it's really hard to hit the "save button" if you move the mouse across the regex button. An example: Obsidian_DxEmzxa6j9

Not sure if this is just a theme issue—I can file a bug request at Minimal if it is. I remember it being an issue on Primary too tho

hiocean commented 1 year ago

same problem found!!

dsmeltz commented 1 year ago

Maybe even move the Save button to below the Custom CSS text box? That way it will never be overrun by the Regex toggle.

Moyf commented 6 months ago

Actually you can add this css snippet to fix it:

.highlighter-settings-regex input[type="checkbox"] {
    width: 30px !important;
    height: 20px !important;
}

Add from here: image

And then the button zone is normal: image