connors / photon

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

It seems that close buttons on the right for tabs is a more common practice? #26

Closed edwinyzh closed 9 years ago

edwinyzh commented 9 years ago

First, really great UI components! I have always wanted a CSS UI framework designed for desktop apps.

I think you should add an option for placing the close buttons on the right side of the tabs, and by default it should be like that.

Just my 2 cents.

developit commented 9 years ago

@edwinyzh The default theme is geared towards OS X, which always places close buttons on the left side of any UI control. Since it sounds like you're looking to use this on a different platform, you're likely to get more info from Issue #6.

connors commented 9 years ago

Thanks@edwinyzh. Like @developit mentioned, this is the default behavior of the OS X platform. If you run an Electron app on Windows, the close button will be on the right. Photon doesn't place those controls.