Skip to content

Commit

Permalink
feat(translations): vertical space between blocks of 30px.
Browse files Browse the repository at this point in the history
  • Loading branch information
YishaiGlasner committed Dec 4, 2023
1 parent 438e7c5 commit 08d7863
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -3562,6 +3562,8 @@ display: none;
}
.versionBlock.with-preview summary {
margin-top: 10px;
}
[open] .versionBlock.with-preview summary {
margin-bottom: 10px;
}
.versionBlock.with-preview summary::marker {
Expand Down Expand Up @@ -3602,11 +3604,12 @@ details .open-details::before {
line-height: 29px;
max-inline-size: max-content;
}
.versionsBox .versionBlock {
padding: 20px 0;
}
.versionsBox .versionBlock:not(.with-preview) {
border-top: solid 1px #CCC;
padding: 20px 0;
}
.versionsBox .versionBlock.with-preview {
padding: 15px 0;
}
.language-block .versionLanguage {
border-bottom: solid 1px #CCC;
Expand Down

0 comments on commit 08d7863

Please sign in to comment.