Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

fix: nav button aspect ratio, closes #4355 #4356

Closed
wants to merge 1 commit into from

Conversation

lucidNTR
Copy link
Contributor

@lucidNTR lucidNTR commented Sep 28, 2016

This fixes the button aspect ratio issue by setting a global
box-sizing: border-box;

which is a pretty invasive step but will save us from major design headaches in the future as the box model becomes much simpler.

https://www.paulirish.com/2012/box-sizing-border-box-ftw/

@lucidNTR
Copy link
Contributor Author

fixes #4355

@cndouglas
Copy link

This might be superseded by #4400.

@lucidNTR
Copy link
Contributor Author

lucidNTR commented Oct 3, 2016

@liunkae might be not needed for this special design fix, but my suggestion still stands to deploy a simple set of 'standard css rules' that are a bit more tailored toward an electron app.
global box-sizing: border-box; would be the first suggestion.

@lucidNTR
Copy link
Contributor Author

lucidNTR commented Oct 4, 2016

#4519

@lucidNTR
Copy link
Contributor Author

lucidNTR commented Oct 4, 2016

closed in favour of #4519

@lucidNTR lucidNTR closed this Oct 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants