On Sat, Dec 06, 2025 at 06:22:06PM -0800, Raymond Toy wrote:
> BTW, the default CSS without any customization looks pretty much like it
> used to. I don't think you really need to add any CSS unless you want to
> make it look nicer.

Agreed, I don't think any default CSS is needed for the nav bar.

> However, could you put the comma separating the buttons in another class? I
> think I might want to turn off the display of the comma if I add CSS to
> separate the nav buttons a bit. Then the comma isn't really necessary.

It seems never-ending... we could also put the colon in "Next:" etc. in its
own class, and also put the space after "Next:" in its own class.

The following CSS hides the commas with the current output:

  .nav-panel {visibility: hidden}
  .nav-panel .nav-button {visibility: visible}




Reply via email to