mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 05:10:31 +03:00
Change box-sizing
So that the border doesn’t affect the height.
This commit is contained in:
parent
e7f204053a
commit
7d611224de
@ -10,6 +10,7 @@ body.fullscreen .title-bar {
|
||||
}
|
||||
|
||||
.title-bar {
|
||||
box-sizing: content-box;
|
||||
height: @title-bar-height;
|
||||
transition: margin-top 160ms;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user