untrack content dir
This commit is contained in:
parent
55684b6079
commit
fb310b279e
47 changed files with 634 additions and 189 deletions
|
|
@ -1,3 +1,6 @@
|
|||
.toggle-btns {
|
||||
position: sticky;
|
||||
}
|
||||
button.toggle.open {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
@ -22,6 +25,9 @@ button.toggle.right.open::before {
|
|||
content: "-";
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-top: calc(var(--unit--vertical) * 2);
|
||||
.active-tab {
|
||||
margin-top: calc(var(--unit--vertical) * 0.5);
|
||||
overflow: auto;
|
||||
max-height: calc(100vh - 7.5 * var(--unit--vertical));
|
||||
margin-bottom: calc(2 * var(--unit--vertical));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue