perfectly vertically center OS menu buttons (OS X)

This commit is contained in:
Feross Aboukhadijeh
2016-03-06 00:40:54 -08:00
parent ad88d3bf67
commit 91656c01ff

View File

@@ -104,7 +104,7 @@ a:not(.disabled):hover, i:not(.disabled):hover {
.header {
background: rgb(40, 40, 40);
border-bottom: 1px solid rgb(20, 20, 20);
height: 38px;
height: 37px; /* vertically center OS menu buttons (OS X) */
padding-top: 6px;
overflow: hidden;
flex: 0 1 auto;
@@ -218,7 +218,7 @@ body.drag::before {
*/
.torrent-list {
margin-top: 38px;
margin-top: 37px;
}
.torrent {