Fix header icon -1px (border-bottom of header)

This commit is contained in:
xdrm-brackets 2017-11-13 16:42:28 +01:00
parent d5a0cf7977
commit 1f91f4feb1
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
top: 0;
left: 0;
width: $menu-side-width;
height: $menu-side-width;
height: calc( #{$menu-side-width} - 1px );
background-color: darken($theme-color, 10);
background-image: url('/src/static/iconv3.svg');

View File

@ -11,7 +11,7 @@
top: 0;
left: 0;
width: 4em;
height: 4em;
height: calc( 4em - 1px);
background-color: #c23f05;
background-image: url("/src/static/iconv3.svg");
background-position: center center;