Sticky toolbar
This commit is contained in:
parent
3198f30515
commit
5d03331f0c
@ -370,6 +370,14 @@ main .article-meta {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
position: fixed;
|
||||||
|
width: 60%;
|
||||||
|
padding: 0px 20px;
|
||||||
|
border: 1px solid $purple;
|
||||||
|
margin-top: -100px;
|
||||||
|
max-height: 90px;
|
||||||
|
background: $background;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
flex: 0 0 10em;
|
flex: 0 0 10em;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
@ -383,6 +391,10 @@ main .article-meta {
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > h1 {
|
||||||
|
margin-top: 110px;
|
||||||
|
}
|
||||||
|
|
||||||
.placeholder {
|
.placeholder {
|
||||||
color: transparentize($black, 0.6);
|
color: transparentize($black, 0.6);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user