mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 07:25:21 +02:00
top sticky modified
This commit is contained in:
parent
472cf673f7
commit
71344fe33b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
.writing-header {
|
.writing-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: var(--layout-height-header);
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
margin-top: calc(-1 * var(--layout-padding-vertical));
|
margin-top: calc(-1 * var(--layout-padding-vertical));
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
.writing-buttons {
|
.writing-buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-bottom: 30px;
|
||||||
button:not(:last-child) {
|
button:not(:last-child) {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue