Sticky machine and machine command controls are implemented in Jekyll now, too
This commit is contained in:
parent
32f7c6b162
commit
35eb925f62
5 changed files with 51 additions and 83 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue