connors / photon

The fastest way to build beautiful Electron apps using simple HTML and CSS
photonkit.com
MIT License
10.01k stars 579 forks source link

pane-sm and pane-mini have no borders #93

Open rahatarmanahmed opened 8 years ago

rahatarmanahmed commented 8 years ago

Example jsfiddle: https://jsfiddle.net/wj1c9qht/

Ran into this trying to make a right aligned sidebar. If you use the pane class, it properly sets a border-left, but pane-sm and pane-mini don't seem to do that.

It works if you use both classes pane pane-sm or pane pane-mini, but that isn't how it's documented to be used.