Sticky machine and machine command controls are implemented in Jekyll now, too

This commit is contained in:
Jeff Parsons 2017-01-03 16:31:08 -08:00 committed by Jeff Parsons
commit 35eb925f62
5 changed files with 51 additions and 83 deletions

View file

@ -86,8 +86,6 @@
}
}
/**
* Site footer
*/
@ -156,8 +154,6 @@
}
}
/**
* Page content
*/
@ -188,8 +184,6 @@
font-size: 24px;
}
/**
* Posts
*/
@ -241,7 +235,19 @@
.machine {
margin-bottom: 16px;
}
.machine-floating {
position: relative;
z-index: auto;
background-color: transparent;
padding-right: 0;
}
.machine-sticky {
position: fixed !important;
z-index: 1 !important;
background-color: #ffffff !important;
padding-right: 30px !important;
top: 0 !important;
}
.screenshot-frame {
display: inline-block;
margin: 8px;