Browser and Operating System:
Chromium 128.0.6613.119 (Official Build) Arch Linux (64-bit)
Description of problem:
The CSS styles set for remote-button do not apply to Null Buttons. I'm not sure if this is intentional but I discovered it while redesigning my remote and noticing a misalignment between elements due to my configured style not applying to the null Elements used to keep the Layout aligned.
If this is intentional it might be helpful to add the .empty-button selector to the CSS section of the readme.
/* padding gets applied to all "real" buttons */
remote-button {
padding: 8px;
}
/* added to match "null" buttons to real buttons*/
.empty-button {
padding: 8px;
}
Javascript errors shown in the web inspector (if applicable):
None
Checklist:
Release with the issue: 4.0.5
Last working release (if known): unknown
Browser and Operating System: Chromium 128.0.6613.119 (Official Build) Arch Linux (64-bit)
Description of problem:
The CSS styles set for remote-button do not apply to Null Buttons. I'm not sure if this is intentional but I discovered it while redesigning my remote and noticing a misalignment between elements due to my configured style not applying to the null Elements used to keep the Layout aligned.
If this is intentional it might be helpful to add the .empty-button selector to the CSS section of the readme.
Javascript errors shown in the web inspector (if applicable): None
Your Full Remote Config
Additional information: