Fix window border

pull/749/head
lilia 10 years ago
parent 363c436b33
commit 6bcfa84d45

@ -31,8 +31,8 @@ body {
#header {
position: fixed;
top: 0;
width: 100%;
top: 1px;
width: calc(100% - 2px);
z-index: 1;
height: $header-height;
line-height: 24px;

@ -40,8 +40,8 @@ body {
#header {
position: fixed;
top: 0;
width: 100%;
top: 1px;
width: calc(100% - 2px);
z-index: 1;
height: 36px;
line-height: 24px;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save