Skip to content

add box-sizing#12

Open
farnabaz wants to merge 1 commit intokapetan:masterfrom
farnabaz:patch-1
Open

add box-sizing#12
farnabaz wants to merge 1 commit intokapetan:masterfrom
farnabaz:patch-1

Conversation

@farnabaz
Copy link

@farnabaz farnabaz commented Nov 8, 2015

If page box-sizing is equal to border-box, titlebar buttons show smaller that their actual size (because paddings not affected in their size)
We could fix this by adding box-sizing: content-box; to .titlebar and box-sizing: inherit; to child nodes

If page `box-sizing` is equal to `border-box`, titlebar buttons show smaller that their actual size (because paddings not affected in their size)
We could fix this by adding `box-sizing: content-box;` to `.titlebar` and `box-sizing: inherit;` to child nodes
Copy link

@zakielsk zakielsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants