Change box-sizing

So that the border doesn’t affect the height.
This commit is contained in:
simurai 2016-09-24 16:32:47 +09:00
parent e7f204053a
commit 7d611224de

View File

@ -10,6 +10,7 @@ body.fullscreen .title-bar {
}
.title-bar {
box-sizing: content-box;
height: @title-bar-height;
transition: margin-top 160ms;